X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FCMakeLists.txt;h=9b650b6f53dd4222ac62e1f9b567fdc1afa2da91;hb=ec6f2559fe1e257d221c9b4ce6c32584f7cc99b2;hp=a5b018802f7663871f49f6e6dc3f5d866cec8814;hpb=c9a7c8dd1e540506d5f4e4649a25ecaa8808ba4b;p=oota-llvm.git diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index a5b018802f7..9b650b6f53d 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -15,6 +15,7 @@ add_llvm_library(LLVMMC MCExpr.cpp MCInst.cpp MCInstPrinter.cpp + MCInstrAnalysis.cpp MCLabel.cpp MCDwarf.cpp MCLoggingStreamer.cpp @@ -39,7 +40,12 @@ add_llvm_library(LLVMMC WinCOFFObjectWriter.cpp SubtargetFeature.cpp MCAsmBackend.cpp - TargetAsmLexer.cpp + MCTargetAsmLexer.cpp + ) + +add_llvm_library_dependencies(LLVMMC + LLVMObject + LLVMSupport ) add_subdirectory(MCParser)