forked from OSchip/llvm-project
22 lines
372 B
CMake
22 lines
372 B
CMake
add_llvm_library(LLVMMC
|
|
MCAsmInfo.cpp
|
|
MCAsmInfoCOFF.cpp
|
|
MCAsmInfoDarwin.cpp
|
|
MCAsmStreamer.cpp
|
|
MCAssembler.cpp
|
|
MCCodeEmitter.cpp
|
|
MCContext.cpp
|
|
MCDisassembler.cpp
|
|
MCExpr.cpp
|
|
MCInst.cpp
|
|
MCInstPrinter.cpp
|
|
MCMachOStreamer.cpp
|
|
MCNullStreamer.cpp
|
|
MCSection.cpp
|
|
MCSectionELF.cpp
|
|
MCSectionMachO.cpp
|
|
MCStreamer.cpp
|
|
MCSymbol.cpp
|
|
MCValue.cpp
|
|
)
|