1 2 3 4 5 6 7 8
# AsmParser add_llvm_library(LLVMAsmParser LLLexer.cpp LLParser.cpp Parser.cpp ) target_link_libraries(LLVMAsmParser LLVMCore)