xref: /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/msan_blacklist.txt (revision a7c257b03e4462df2b1020128fb82716512d7856)
1# Blacklist for MemorySanitizer. Turns off instrumentation of particular
2# functions or sources. Use with care. You may set location of blacklist
3# at compile-time using -fsanitize-blacklist=<path> flag.
4
5# Example usage:
6# fun:*bad_function_name*
7# src:file_with_tricky_code.cc
8