You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.1 KiB
57 lines
1.1 KiB
4 months ago
|
add_llvm_library(LLVMMC
|
||
|
ConstantPools.cpp
|
||
|
ELFObjectWriter.cpp
|
||
|
MCAsmBackend.cpp
|
||
|
MCAsmInfo.cpp
|
||
|
MCAsmInfoCOFF.cpp
|
||
|
MCAsmInfoDarwin.cpp
|
||
|
MCAsmInfoELF.cpp
|
||
|
MCAsmStreamer.cpp
|
||
|
MCAssembler.cpp
|
||
|
MCCodeEmitter.cpp
|
||
|
MCCodeView.cpp
|
||
|
MCContext.cpp
|
||
|
MCDwarf.cpp
|
||
|
MCELFObjectTargetWriter.cpp
|
||
|
MCELFStreamer.cpp
|
||
|
MCExpr.cpp
|
||
|
MCFragment.cpp
|
||
|
MCInst.cpp
|
||
|
MCInstPrinter.cpp
|
||
|
MCInstrAnalysis.cpp
|
||
|
MCInstrDesc.cpp
|
||
|
MCLabel.cpp
|
||
|
MCLinkerOptimizationHint.cpp
|
||
|
MCMachOStreamer.cpp
|
||
|
MCMachObjectTargetWriter.cpp
|
||
|
MCNullStreamer.cpp
|
||
|
MCObjectFileInfo.cpp
|
||
|
MCObjectStreamer.cpp
|
||
|
MCObjectWriter.cpp
|
||
|
MCRegisterInfo.cpp
|
||
|
MCSchedule.cpp
|
||
|
MCSection.cpp
|
||
|
MCSectionCOFF.cpp
|
||
|
MCSectionELF.cpp
|
||
|
MCSectionMachO.cpp
|
||
|
MCStreamer.cpp
|
||
|
MCSubtargetInfo.cpp
|
||
|
MCSymbol.cpp
|
||
|
MCSymbolELF.cpp
|
||
|
MCTargetOptions.cpp
|
||
|
MCValue.cpp
|
||
|
MCWin64EH.cpp
|
||
|
MCWinEH.cpp
|
||
|
MachObjectWriter.cpp
|
||
|
StringTableBuilder.cpp
|
||
|
SubtargetFeature.cpp
|
||
|
WinCOFFObjectWriter.cpp
|
||
|
WinCOFFStreamer.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/MC
|
||
|
)
|
||
|
|
||
|
add_subdirectory(MCParser)
|
||
|
add_subdirectory(MCDisassembler)
|