Index: lib/sanitizer_common/sanitizer_libignore.cc =================================================================== --- lib/sanitizer_common/sanitizer_libignore.cc +++ lib/sanitizer_common/sanitizer_libignore.cc @@ -85,10 +85,9 @@ } } if (lib->loaded && !loaded) { - Report("%s: library '%s' that was matched against called_from_lib" + VReport(1, "%s: library '%s' that was matched against called_from_lib" " suppression '%s' is unloaded\n", SanitizerToolName, lib->name, lib->templ); - Die(); } } }