[PATCH] D15080: [asan] Reports suppressions for ASan recovery mode (compiler-rt part).

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 20:39:57 PST 2015


ygribov added inline comments.

================
Comment at: lib/asan/asan_flags.inc:141
@@ -140,1 +140,3 @@
           "(WARNING: USE AT YOUR OWN RISK!)")
+ASAN_FLAG(bool, deduplicate_reports, true,
+          "Deduplicate multiple reports for single source location in "
----------------
kcc wrote:
> maybe use names similar to ones in tsan? 
> e.g. suppress_equal_pcs? 
And also make the flag common.


http://reviews.llvm.org/D15080





More information about the llvm-commits mailing list