Use that for internal names (including the default ignorelists of the sanitizers). Differential Revision: https://reviews.llvm.org/D101832
4 lines
185 B
C++
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
|