mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
1890e9a6b7
- No immediate use, but maybe someone feels like hacking on it. llvm-svn: 119510
36 lines
666 B
CMake
36 lines
666 B
CMake
add_llvm_library(LLVMMC
|
|
ELFObjectWriter.cpp
|
|
MCAsmInfo.cpp
|
|
MCAsmInfoCOFF.cpp
|
|
MCAsmInfoDarwin.cpp
|
|
MCAsmStreamer.cpp
|
|
MCAssembler.cpp
|
|
MCCodeEmitter.cpp
|
|
MCContext.cpp
|
|
MCDisassembler.cpp
|
|
MCELFStreamer.cpp
|
|
MCExpr.cpp
|
|
MCInst.cpp
|
|
MCInstPrinter.cpp
|
|
MCLabel.cpp
|
|
MCDwarf.cpp
|
|
MCLoggingStreamer.cpp
|
|
MCMachOStreamer.cpp
|
|
MCNullStreamer.cpp
|
|
MCObjectStreamer.cpp
|
|
MCObjectFormat.cpp
|
|
MCObjectWriter.cpp
|
|
MCPureStreamer.cpp
|
|
MCSection.cpp
|
|
MCSectionCOFF.cpp
|
|
MCSectionELF.cpp
|
|
MCSectionMachO.cpp
|
|
MCStreamer.cpp
|
|
MCSymbol.cpp
|
|
MCValue.cpp
|
|
MachObjectWriter.cpp
|
|
WinCOFFStreamer.cpp
|
|
WinCOFFObjectWriter.cpp
|
|
TargetAsmBackend.cpp
|
|
)
|