diff options
Diffstat (limited to 'compiler-rt/test/msan/default_blacklist.cpp')
| -rw-r--r-- | compiler-rt/test/msan/default_blacklist.cpp | 3 |
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 |

