[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 08:10:14 PST 2015
kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.
LGTM with one small nit
================
Comment at: lib/sanitizer_common/sanitizer_flags.inc:197
@@ +196,2 @@
+ "Deduplicate multiple reports for single source location in "
+ "halt_on_error=false mode.")
----------------
add "(asan only)" to the descr string
http://reviews.llvm.org/D15080
More information about the llvm-commits
mailing list