[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.
[blocksruntime.git] / lib / asan / asan_blacklist.txt
blob63b3c315b26b6ff06572986d1f820a924fe92367
1 # Blacklist for AddressSanitizer. 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.
5 # Example usage:
6 # fun:*bad_function_name*
7 # src:file_with_tricky_code.cc
8 # global:*global_with_bad_access_or_initialization*
9 # global:*global_with_initialization_issues*=init
10 # type:*Namespace::ClassName*=init