There is no need to write a local utility routine to find subprogram info if the...
[oota-llvm.git] / lib / MC / CMakeLists.txt
index a5b018802f7663871f49f6e6dc3f5d866cec8814..9b650b6f53dd4222ac62e1f9b567fdc1afa2da91 100644 (file)
@@ -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)