20 lines · plain
1# AsmParser2add_llvm_component_library(LLVMAsmParser3 AsmParserContext.cpp4 LLLexer.cpp5 LLParser.cpp6 Parser.cpp7 8 ADDITIONAL_HEADER_DIRS9 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ASMParser10 11 DEPENDS12 intrinsics_gen13 14 LINK_COMPONENTS15 BinaryFormat16 Core17 Support18 TargetParser19 )20