1251034Sed# Blacklist for MemorySanitizer. Turns off instrumentation of particular
2251034Sed# functions or sources. Use with care. You may set location of blacklist
3251034Sed# at compile-time using -fsanitize-blacklist=<path> flag.
4251034Sed
5251034Sed# Example usage:
6251034Sed# fun:*bad_function_name*
7251034Sed# src:file_with_tricky_code.cc
8360784Sdim
9360784Sdim# https://bugs.llvm.org/show_bug.cgi?id=31877
10360784Sdimfun:__gxx_personality_*
11