X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FCMakeLists.txt;h=f11e686fd104531883e0d5051c63b89d5b28ebee;hb=c8e41c591741b3da1077f7000274ad040bef8002;hp=5e8a3b69bfd7be0df9ecb86ef29a0a075ecd3e03;hpb=fdb5a8617996a20370756962e34c2e80176d6e87;p=oota-llvm.git diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index 5e8a3b69bfd..f11e686fd10 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -1,27 +1,48 @@ add_llvm_library(LLVMMC + ELFObjectWriter.cpp + MCAsmBackend.cpp MCAsmInfo.cpp MCAsmInfoCOFF.cpp MCAsmInfoDarwin.cpp MCAsmStreamer.cpp MCAssembler.cpp + MCAtom.cpp MCCodeEmitter.cpp + MCCodeGenInfo.cpp MCContext.cpp MCDisassembler.cpp + MCDwarf.cpp + MCELF.cpp + MCELFObjectTargetWriter.cpp + MCELFStreamer.cpp MCExpr.cpp MCInst.cpp MCInstPrinter.cpp + MCInstrAnalysis.cpp MCLabel.cpp - MCLoggingStreamer.cpp MCMachOStreamer.cpp + MCMachObjectTargetWriter.cpp + MCModule.cpp MCNullStreamer.cpp + MCObjectFileInfo.cpp + MCObjectStreamer.cpp MCObjectWriter.cpp + MCPureStreamer.cpp MCSection.cpp MCSectionCOFF.cpp MCSectionELF.cpp MCSectionMachO.cpp MCStreamer.cpp + MCSubtargetInfo.cpp MCSymbol.cpp + MCTargetAsmLexer.cpp MCValue.cpp + MCWin64EH.cpp MachObjectWriter.cpp - TargetAsmBackend.cpp + SubtargetFeature.cpp + WinCOFFObjectWriter.cpp + WinCOFFStreamer.cpp ) + +add_subdirectory(MCParser) +add_subdirectory(MCDisassembler)