mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +00:00
a3af370dc1
- This provides the AsmParser interface to the target specific assembly parsers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76453 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
121 B
CMake
8 lines
121 B
CMake
add_llvm_library(LLVMMC
|
|
MCAsmParser.cpp
|
|
MCAsmStreamer.cpp
|
|
MCContext.cpp
|
|
MCStreamer.cpp
|
|
TargetAsmParser.cpp
|
|
)
|