Attempt to update the shadow stack GC pass to the new EH model.
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
index a6a347dd2b78587a1bd424b692a0b92cb6de228a..2553cc099c5481f4aad671cbe925086d21fb1a6c 100644 (file)
@@ -24,13 +24,11 @@ add_llvm_library(LLVMCore
   LeakDetector.cpp
   Metadata.cpp
   Module.cpp
-  Object.cpp
   Pass.cpp
   PassManager.cpp
   PassRegistry.cpp
   PrintModulePass.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)