summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/default_blacklist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/msan/default_blacklist.cpp')
-rw-r--r--compiler-rt/test/msan/default_blacklist.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/default_blacklist.cpp b/compiler-rt/test/msan/default_blacklist.cpp
new file mode 100644
index 00000000000..32cc02257cb
--- /dev/null
+++ b/compiler-rt/test/msan/default_blacklist.cpp
@@ -0,0 +1,3 @@
+// Test that MSan uses the default blacklist from resource directory.
+// RUN: %clangxx_msan -### %s 2>&1 | FileCheck %s
+// CHECK: fsanitize-blacklist={{.*}}msan_blacklist.txt
OpenPOWER on IntegriCloud