[PATCH] D13452: [asan] On OS X, log reports to syslog and os_trace (version 2)

Anna Zaks via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 15:50:51 PDT 2015


zaks.anna marked 6 inline comments as done.

================
Comment at: lib/sanitizer_common/sanitizer_common.h:659
@@ +658,3 @@
+#endif
+
+#if SANITIZER_LINUX || SANITIZER_MAC
----------------
Using the SanitizerToolName in this patch; we can follow up with a different solution later as discussed.


http://reviews.llvm.org/D13452





More information about the llvm-commits mailing list