diff options
Diffstat (limited to 'lib/lsan/lsan_flags.inc')
-rw-r--r-- | lib/lsan/lsan_flags.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lsan/lsan_flags.inc b/lib/lsan/lsan_flags.inc index 7f00acbf91194..b19b3452b2fc3 100644 --- a/lib/lsan/lsan_flags.inc +++ b/lib/lsan/lsan_flags.inc @@ -42,3 +42,4 @@ LSAN_FLAG(bool, use_poisoned, false, "Consider pointers found in poisoned memory to be valid.") LSAN_FLAG(bool, log_pointers, false, "Debug logging") LSAN_FLAG(bool, log_threads, false, "Debug logging") +LSAN_FLAG(const char *, suppressions, "", "Suppressions file name.") |