blob: 44a5680d4d06d5ec400108b9252f5b6f873b3289 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001# 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