diff options
| author | Yury Gribov <y.gribov@samsung.com> | 2015-12-10 08:08:53 +0000 |
|---|---|---|
| committer | Yury Gribov <y.gribov@samsung.com> | 2015-12-10 08:08:53 +0000 |
| commit | 6bfade1b811a227f4c6cc159f54d4ace008367b6 (patch) | |
| tree | 7138370dbcde7f9145ae7f84e53dc176e0c804d8 /compiler-rt/lib/sanitizer_common/sanitizer_flags.inc | |
| parent | a3c0e8e1baa3d641fdb21789a3ca4c76885a1d99 (diff) | |
| download | bcm5719-llvm-6bfade1b811a227f4c6cc159f54d4ace008367b6.tar.gz bcm5719-llvm-6bfade1b811a227f4c6cc159f54d4ace008367b6.zip | |
[asan] Suppress duplicated errors in ASan recovery mode.
Patch by Max Ostapenko.
Differential Revision: http://reviews.llvm.org/D15080
llvm-svn: 255228
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_flags.inc')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_flags.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc b/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc index 3b685db5a56..a94a681ede9 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc +++ b/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc @@ -192,3 +192,6 @@ COMMON_FLAG( bool, abort_on_error, SANITIZER_MAC, "If set, the tool calls abort() instead of _exit() after printing the " "error report.") +COMMON_FLAG(bool, suppress_equal_pcs, true, + "Deduplicate multiple reports for single source location in " + "halt_on_error=false mode (asan only).") |

