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

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 09:33:20 PST 2015


kcc added inline comments.

================
Comment at: lib/sanitizer_common/sanitizer_flags.inc:197
@@ +196,2 @@
+            "Deduplicate multiple reports for single source location in "
+            "halt_on_error=false mode.")
----------------
ygribov wrote:
> kcc wrote:
> > add "(asan only)" to the descr string
> Do we want to enable this for UBSan as well btw?
It hasn't been a problem for us in the past.
Besides, ubsan has a mode with no runtime, so this flag will not work there. 
But if you think we need it there, sure, why not. 
(The code will need to be moved to sanitizer_common then)


http://reviews.llvm.org/D15080





More information about the llvm-commits mailing list