Remove some dead code from the days llvm had type planes.
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
index a7243c32849d8e7918f35b8769cec82eacf4c08c..d78e09398b793c42c3bec2f96015299cb372d8c2 100644 (file)
@@ -1,11 +1,11 @@
-add_llvm_library(LLVMVMCore
+add_llvm_library(LLVMCore
   AsmWriter.cpp
+  Attributes.cpp
   AutoUpgrade.cpp
   BasicBlock.cpp
   ConstantFold.cpp
   Constants.cpp
   Core.cpp
-  DebugInfoBuilder.cpp
   Dominators.cpp
   Function.cpp
   Globals.cpp
@@ -17,9 +17,9 @@ add_llvm_library(LLVMVMCore
   Mangler.cpp
   Module.cpp
   ModuleProvider.cpp
-  ParameterAttributes.cpp
   Pass.cpp
   PassManager.cpp
+  PrintModulePass.cpp
   Type.cpp
   TypeSymbolTable.cpp
   Use.cpp
@@ -28,5 +28,3 @@ add_llvm_library(LLVMVMCore
   ValueTypes.cpp
   Verifier.cpp
   )
-
-add_dependencies( LLVMVMCore ${llvm_builded_incs_dir}/Intrinsics.gen )
\ No newline at end of file