Start stubbing out MCModule and MCAtom, which provide an API for accessing the rich...
[oota-llvm.git] / lib / MC / CMakeLists.txt
index d6468749ac571c514f7c4bc2dbe75a1bce0e29d1..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
@@ -38,7 +39,13 @@ add_llvm_library(LLVMMC
   WinCOFFStreamer.cpp
   WinCOFFObjectWriter.cpp
   SubtargetFeature.cpp
-  TargetAsmBackend.cpp
+  MCAsmBackend.cpp
+  MCTargetAsmLexer.cpp
+  )
+
+add_llvm_library_dependencies(LLVMMC
+  LLVMObject
+  LLVMSupport
   )
 
 add_subdirectory(MCParser)