Close list item tag, to conform with the style in this file. It's optional
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
index dc54694b188a8494ea367b609846a64282ef827a..d78e09398b793c42c3bec2f96015299cb372d8c2 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
@@ -20,6 +19,7 @@ add_llvm_library(LLVMVMCore
   ModuleProvider.cpp
   Pass.cpp
   PassManager.cpp
+  PrintModulePass.cpp
   Type.cpp
   TypeSymbolTable.cpp
   Use.cpp