X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FCMakeLists.txt;h=9b650b6f53dd4222ac62e1f9b567fdc1afa2da91;hb=ec6f2559fe1e257d221c9b4ce6c32584f7cc99b2;hp=7ddeef7e18c20cc04c4a5a82c33ec7ccb0b7c33a;hpb=d51409ae9ebd2b58b8dbf0cfbb4f19c27a493ecd;p=oota-llvm.git diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index 7ddeef7e18c..9b650b6f53d 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -1,25 +1,52 @@ add_llvm_library(LLVMMC + ELFObjectWriter.cpp MCAsmInfo.cpp MCAsmInfoCOFF.cpp MCAsmInfoDarwin.cpp MCAsmStreamer.cpp MCAssembler.cpp MCCodeEmitter.cpp + MCCodeGenInfo.cpp MCContext.cpp MCDisassembler.cpp + MCELF.cpp + MCELFObjectTargetWriter.cpp + MCELFStreamer.cpp MCExpr.cpp MCInst.cpp MCInstPrinter.cpp + MCInstrAnalysis.cpp + MCLabel.cpp + MCDwarf.cpp + MCLoggingStreamer.cpp MCMachOStreamer.cpp + MCMachObjectTargetWriter.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 MCValue.cpp + MCWin64EH.cpp MachObjectWriter.cpp - TargetAsmBackend.cpp + WinCOFFStreamer.cpp + WinCOFFObjectWriter.cpp + SubtargetFeature.cpp + MCAsmBackend.cpp + MCTargetAsmLexer.cpp ) + +add_llvm_library_dependencies(LLVMMC + LLVMObject + LLVMSupport + ) + +add_subdirectory(MCParser) +add_subdirectory(MCDisassembler)