mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
3185f5c353
directive. Implement emission of Win64 EH unwind info. Pull in <cassert> in MCWin64EH.h so it can use the assert() macro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131832 91177308-0d34-0410-b5e6-96231b3b80d8
42 lines
795 B
CMake
42 lines
795 B
CMake
add_llvm_library(LLVMMC
|
|
ELFObjectWriter.cpp
|
|
MCAsmInfo.cpp
|
|
MCAsmInfoCOFF.cpp
|
|
MCAsmInfoDarwin.cpp
|
|
MCAsmStreamer.cpp
|
|
MCAssembler.cpp
|
|
MCCodeEmitter.cpp
|
|
MCContext.cpp
|
|
MCDisassembler.cpp
|
|
MCELF.cpp
|
|
MCELFObjectTargetWriter.cpp
|
|
MCELFStreamer.cpp
|
|
MCExpr.cpp
|
|
MCInst.cpp
|
|
MCInstPrinter.cpp
|
|
MCLabel.cpp
|
|
MCDwarf.cpp
|
|
MCLoggingStreamer.cpp
|
|
MCMachOStreamer.cpp
|
|
MCMachObjectTargetWriter.cpp
|
|
MCNullStreamer.cpp
|
|
MCObjectStreamer.cpp
|
|
MCObjectWriter.cpp
|
|
MCPureStreamer.cpp
|
|
MCSection.cpp
|
|
MCSectionCOFF.cpp
|
|
MCSectionELF.cpp
|
|
MCSectionMachO.cpp
|
|
MCStreamer.cpp
|
|
MCSymbol.cpp
|
|
MCValue.cpp
|
|
MCWin64EH.cpp
|
|
MachObjectWriter.cpp
|
|
WinCOFFStreamer.cpp
|
|
WinCOFFObjectWriter.cpp
|
|
TargetAsmBackend.cpp
|
|
)
|
|
|
|
add_subdirectory(MCParser)
|
|
add_subdirectory(MCDisassembler)
|