fix comment
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
index 6bde263ce625e1f16b0b94fe666dad4dad2759a9..2553cc099c5481f4aad671cbe925086d21fb1a6c 100644 (file)
@@ -29,7 +29,6 @@ add_llvm_library(LLVMCore
   PassRegistry.cpp
   PrintModulePass.cpp
   Type.cpp
-  TypeSymbolTable.cpp
   Use.cpp
   User.cpp
   Value.cpp
@@ -37,3 +36,5 @@ add_llvm_library(LLVMCore
   ValueTypes.cpp
   Verifier.cpp
   )
+
+add_llvm_library_dependencies(LLVMCore LLVMSupport)