[PATCH] D15080: [asan] Reports suppressions for ASan recovery mode (compiler-rt part).
Maxim Ostapenko via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 1 08:37:24 PST 2015
m.ostepenko added inline comments.
================
Comment at: lib/asan/asan_flags.inc:143
@@ +142,2 @@
+ "Suppress multiple reports for single source location in "
+ "halt_on_error = false mode.")
----------------
ygribov wrote:
> Do we need this flag? AFAIK UBSan suppresses dups unconditionally.
I added this flag just to preserve your //halt_on_error-torture.cc// stress testcase, that is designed to deal with multiple reports.
Repository:
rL LLVM
http://reviews.llvm.org/D15080
More information about the llvm-commits
mailing list