forked from OSchip/llvm-project
11 lines
422 B
Plaintext
11 lines
422 B
Plaintext
|
# Blacklist for AddressSanitizer. Turns off instrumentation of particular
|
||
|
# functions or sources. Use with care. You may set location of blacklist
|
||
|
# at compile-time using -fsanitize-blacklist=<path> flag.
|
||
|
|
||
|
# Example usage:
|
||
|
# fun:*_ZN4base6subtle*
|
||
|
# src:file_with_tricky_code.cc
|
||
|
# global:*global_with_bad_access_or_initialization*
|
||
|
# global-init:*global_with_initialization_issues*
|
||
|
# global-init-type:*Namespace::ClassName*
|