mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 04:11:27 +00:00
be5c52d2dc
single object format can be shared. This also adds support for mov zed+(bar-foo), %eax on ELF and COFF targets. llvm-svn: 116675
35 lines
645 B
CMake
35 lines
645 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
|
|
MCSection.cpp
|
|
MCSectionCOFF.cpp
|
|
MCSectionELF.cpp
|
|
MCSectionMachO.cpp
|
|
MCStreamer.cpp
|
|
MCSymbol.cpp
|
|
MCValue.cpp
|
|
MachObjectWriter.cpp
|
|
WinCOFFStreamer.cpp
|
|
WinCOFFObjectWriter.cpp
|
|
TargetAsmBackend.cpp
|
|
)
|