[PATCH] D12318: [ASan] Enable optional ASan recovery
Yury Gribov via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 02:59:58 PDT 2015
ygribov added inline comments.
================
Comment at: lib/asan/asan_report.cc:652
@@ +651,3 @@
+ if (TryLockReporting())
+ goto locked;
+ }
----------------
ygribov wrote:
> kcc wrote:
> > OMG
> This section could be removed if we are ok with ignoring bugs that run in parallel.
Could you suggest a cleaner way to do this?
Repository:
rL LLVM
http://reviews.llvm.org/D12318
More information about the llvm-commits
mailing list