X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FCMakeLists.txt;h=f11e686fd104531883e0d5051c63b89d5b28ebee;hb=c8e41c591741b3da1077f7000274ad040bef8002;hp=bb749208ec6b138ab787a3bbcbc37ef56de946c8;hpb=da7d6ccef55ef2be38671dc8af4a6e1ada4d7604;p=oota-llvm.git diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index bb749208ec6..f11e686fd10 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -1,5 +1,6 @@ add_llvm_library(LLVMMC ELFObjectWriter.cpp + MCAsmBackend.cpp MCAsmInfo.cpp MCAsmInfoCOFF.cpp MCAsmInfoDarwin.cpp @@ -10,6 +11,7 @@ add_llvm_library(LLVMMC MCCodeGenInfo.cpp MCContext.cpp MCDisassembler.cpp + MCDwarf.cpp MCELF.cpp MCELFObjectTargetWriter.cpp MCELFStreamer.cpp @@ -18,8 +20,6 @@ add_llvm_library(LLVMMC MCInstPrinter.cpp MCInstrAnalysis.cpp MCLabel.cpp - MCDwarf.cpp - MCLoggingStreamer.cpp MCMachOStreamer.cpp MCMachObjectTargetWriter.cpp MCModule.cpp @@ -35,19 +35,13 @@ add_llvm_library(LLVMMC MCStreamer.cpp MCSubtargetInfo.cpp MCSymbol.cpp + MCTargetAsmLexer.cpp MCValue.cpp MCWin64EH.cpp MachObjectWriter.cpp - WinCOFFStreamer.cpp - WinCOFFObjectWriter.cpp SubtargetFeature.cpp - MCAsmBackend.cpp - MCTargetAsmLexer.cpp - ) - -add_llvm_library_dependencies(LLVMMC - LLVMObject - LLVMSupport + WinCOFFObjectWriter.cpp + WinCOFFStreamer.cpp ) add_subdirectory(MCParser)