mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
4d99eb410d
Implement XCOFFMCAsmParser so that we can use MC to parse inline asm. The directives and storage mapping classes will be added later iteratively. Reviewed By: xgupta Differential Revision: https://reviews.llvm.org/D105259
23 lines
405 B
CMake
23 lines
405 B
CMake
add_llvm_component_library(LLVMMCParser
|
|
AsmLexer.cpp
|
|
AsmParser.cpp
|
|
COFFAsmParser.cpp
|
|
COFFMasmParser.cpp
|
|
DarwinAsmParser.cpp
|
|
ELFAsmParser.cpp
|
|
MCAsmLexer.cpp
|
|
MCAsmParser.cpp
|
|
MCAsmParserExtension.cpp
|
|
MCTargetAsmParser.cpp
|
|
MasmParser.cpp
|
|
WasmAsmParser.cpp
|
|
XCOFFAsmParser.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/MC/MCParser
|
|
|
|
LINK_COMPONENTS
|
|
MC
|
|
Support
|
|
)
|