Fix missing INITIALIZE_PASS_DEPENDENCY for AddressSanitizer
[oota-llvm.git] / lib / Transforms / Instrumentation / AddressSanitizer.cpp
index 8a44dfa644dbeace71ff3bf694dab49f36275d04..af3e88688fc608aef87212d0be4497f49c39fbec 100644 (file)
@@ -737,6 +737,7 @@ INITIALIZE_PASS_BEGIN(
     "AddressSanitizer: detects use-after-free and out-of-bounds bugs.", false,
     false)
 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
+INITIALIZE_PASS_DEPENDENCY(TargetLibraryInfoWrapperPass)
 INITIALIZE_PASS_END(
     AddressSanitizer, "asan",
     "AddressSanitizer: detects use-after-free and out-of-bounds bugs.", false,