[docs] Update HowToReleaseLLVM documentation.
[llvm-project.git] / compiler-rt / lib / msan / msan_ignorelist.txt
blob1fae64d880bcb8dc0e9054b3645ae1916d68b5ff
1 # Ignorelist for MemorySanitizer. Turns off instrumentation of particular
2 # functions or sources. Use with care. You may set location of ignorelist
3 # at compile-time using -fsanitize-ignorelist=<path> flag.
5 # Example usage:
6 # fun:*bad_function_name*
7 # src:file_with_tricky_code.cc
9 # https://bugs.llvm.org/show_bug.cgi?id=31877
10 fun:__gxx_personality_*