Commit bdeb2724 authored by Jan Korous's avatar Jan Korous
Browse files

[compiler-rt] Fix tests after 03b84e4f

Fallout from:
[clang] Report sanitizer blacklist as a dependency in cc1

Default blacklists are now passed via -fsanitize-system-blacklist from driver to cc1.
parent f1539b9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@
//
// Test that ASan uses the default blacklist from resource directory.
// RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s
// CHECK: fsanitize-blacklist={{.*}}asan_blacklist.txt
// CHECK: fsanitize-system-blacklist={{.*}}asan_blacklist.txt
+1 −1
Original line number Diff line number Diff line
// Test that MSan uses the default blacklist from resource directory.
// RUN: %clangxx_msan -### %s 2>&1 | FileCheck %s
// CHECK: fsanitize-blacklist={{.*}}msan_blacklist.txt
// CHECK: fsanitize-system-blacklist={{.*}}msan_blacklist.txt