brintos

brintos / llvm-project-archived public Read only

0
0
Text · 285 B · 70590c9 Raw
8 lines · plain
1# Ignorelist for HWAddressSanitizer. Turns off instrumentation of particular2# functions or sources. Use with care. You may set location of ignorelist3# at compile-time using -fsanitize-ignorelist=<path> flag.4 5# Example usage:6# fun:*bad_function_name*7# src:file_with_tricky_code.cc8