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