s/DebugInfoEnumerator/DebugInfoFinder/g
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
index f3c6c40f9aa5479627ff5c673a42235030ebbf8c..b2634497b2b13dc2b5c6dec528c33c283fc4eaf6 100644 (file)
@@ -1,4 +1,4 @@
-add_llvm_library(LLVMVMCore
+add_llvm_library(LLVMCore
   AsmWriter.cpp
   Attributes.cpp
   AutoUpgrade.cpp
@@ -6,7 +6,6 @@ add_llvm_library(LLVMVMCore
   ConstantFold.cpp
   Constants.cpp
   Core.cpp
-  DebugInfoBuilder.cpp
   Dominators.cpp
   Function.cpp
   Globals.cpp
@@ -14,8 +13,11 @@ add_llvm_library(LLVMVMCore
   Instruction.cpp
   Instructions.cpp
   IntrinsicInst.cpp
+  LLVMContext.cpp
+  LLVMContextImpl.cpp
   LeakDetector.cpp
   Mangler.cpp
+  Metadata.cpp
   Module.cpp
   ModuleProvider.cpp
   Pass.cpp