Attempt to update the shadow stack GC pass to the new EH model.
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
index f60dd06c98a64914686522e1cc74e22608e75b3d..2553cc099c5481f4aad671cbe925086d21fb1a6c 100644 (file)
@@ -36,3 +36,5 @@ add_llvm_library(LLVMCore
   ValueTypes.cpp
   Verifier.cpp
   )
+
+add_llvm_library_dependencies(LLVMCore LLVMSupport)