hanchenye-llvm-project/llvm/lib/MC/CMakeLists.txt

23 lines
388 B
CMake
Raw Normal View History

add_llvm_library(LLVMMC
MCAsmInfo.cpp
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmStreamer.cpp
2009-08-21 19:28:56 +08:00
MCAssembler.cpp
2009-08-27 10:08:37 +08:00
MCCodeEmitter.cpp
MCContext.cpp
MCExpr.cpp
MCInst.cpp
2009-08-21 19:28:56 +08:00
MCMachOStreamer.cpp
MCNullStreamer.cpp
MCSection.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp
MCValue.cpp
2009-07-18 07:50:26 +08:00
TargetAsmParser.cpp
)