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

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 23:32:54 PST 2015


ygribov added inline comments.

================
Comment at: lib/asan/asan_report.cc:644
@@ +643,3 @@
+                         "aborting.\n";
+      WriteToFile(kStderrFd, msg, sizeof(msg));
+
----------------
This could be much simpler if we had recursive locks.


http://reviews.llvm.org/D12318





More information about the llvm-commits mailing list