fix comment
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
index 4295804723bd78973afff956544e0c8ee50e356b..2553cc099c5481f4aad671cbe925086d21fb1a6c 100644 (file)
@@ -28,9 +28,7 @@ add_llvm_library(LLVMCore
   PassManager.cpp
   PassRegistry.cpp
   PrintModulePass.cpp
-  StandardPasses.cpp
   Type.cpp
-  TypeSymbolTable.cpp
   Use.cpp
   User.cpp
   Value.cpp
@@ -38,3 +36,5 @@ add_llvm_library(LLVMCore
   ValueTypes.cpp
   Verifier.cpp
   )
+
+add_llvm_library_dependencies(LLVMCore LLVMSupport)