blob: 749601510b5b0ae83cdfea8a3c23fdd0a30326d7 [file] [log] [blame]
# AsmParser
add_llvm_library(LLVMAsmParser
LLLexer.cpp
LLParser.cpp
Parser.cpp
)
add_llvm_library_dependencies(LLVMAsmParser
LLVMCore
LLVMSupport
)