mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
93db2f0f53
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78988 91177308-0d34-0410-b5e6-96231b3b80d8
14 lines
223 B
CMake
14 lines
223 B
CMake
add_llvm_library(LLVMMC
|
|
MCAsmLexer.cpp
|
|
MCAsmParser.cpp
|
|
MCAsmStreamer.cpp
|
|
MCContext.cpp
|
|
MCSection.cpp
|
|
MCSectionELF.cpp
|
|
MCSectionMachO.cpp
|
|
MCStreamer.cpp
|
|
MCSymbol.cpp
|
|
MCValue.cpp
|
|
TargetAsmParser.cpp
|
|
)
|