mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-19 09:57:42 +00:00
dbd692a66e
- This provides the AsmLexer interface to the target specific assembly parsers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76460 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
138 B
CMake
9 lines
138 B
CMake
add_llvm_library(LLVMMC
|
|
MCAsmLexer.cpp
|
|
MCAsmParser.cpp
|
|
MCAsmStreamer.cpp
|
|
MCContext.cpp
|
|
MCStreamer.cpp
|
|
TargetAsmParser.cpp
|
|
)
|