[PATCH] D12318: [ASan] Enable optional ASan recovery

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 18:50:24 PDT 2015


kcc added inline comments.

================
Comment at: lib/asan/asan_report.cc:652
@@ +651,3 @@
+            if (TryLockReporting())
+              goto locked;
+          }
----------------
OMG


Repository:
  rL LLVM

http://reviews.llvm.org/D12318





More information about the llvm-commits mailing list