1add_llvm_component_library(LLVMMCParser 2 AsmLexer.cpp 3 AsmParser.cpp 4 COFFAsmParser.cpp 5 COFFMasmParser.cpp 6 DarwinAsmParser.cpp 7 ELFAsmParser.cpp 8 MCAsmLexer.cpp 9 MCAsmParser.cpp 10 MCAsmParserExtension.cpp 11 MCTargetAsmParser.cpp 12 MasmParser.cpp 13 WasmAsmParser.cpp 14 15 ADDITIONAL_HEADER_DIRS 16 ${LLVM_MAIN_INCLUDE_DIR}/llvm/MC/MCParser 17 18 LINK_COMPONENTS 19 MC 20 Support 21 ) 22