We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba8540 commit e7d3e4eCopy full SHA for e7d3e4e
compiler-rt/test/asan/TestCases/default_blacklist.cc
@@ -4,4 +4,4 @@
4
//
5
// Test that ASan uses the default blacklist from resource directory.
6
// RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s
7
-// CHECK: fsanitize-blacklist={{.*}}asan_blacklist.txt
+// CHECK: fsanitize-system-blacklist={{.*}}asan_blacklist.txt
compiler-rt/test/msan/default_blacklist.cc
@@ -1,3 +1,3 @@
1
// Test that MSan uses the default blacklist from resource directory.
2
// RUN: %clangxx_msan -### %s 2>&1 | FileCheck %s
3
-// CHECK: fsanitize-blacklist={{.*}}msan_blacklist.txt
+// CHECK: fsanitize-system-blacklist={{.*}}msan_blacklist.txt
0 commit comments