Files
clang-p2996/compiler-rt/test/msan/default_ignorelist.cpp
Nico Weber d7ec48d71b [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=
Use that for internal names (including the default ignorelists of the
sanitizers).

Differential Revision: https://reviews.llvm.org/D101832
2021-05-04 10:24:00 -04:00

4 lines
185 B
C++

// Test that MSan uses the default ignorelist from resource directory.
// RUN: %clangxx_msan -### %s 2>&1 | FileCheck %s
// CHECK: fsanitize-system-ignorelist={{.*}}msan_ignorelist.txt