[PATCH] D11981: [asan] On OS X, log reports to syslog and os_trace
Filipe Cabecinhas via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 09:23:58 PDT 2015
filcab added a subscriber: filcab.
================
Comment at: lib/asan/asan_report.cc:708
@@ +707,3 @@
+#if SANITIZER_MAC
+ if (error_message_buffer_size > 0) {
+ RemoveANSIEscapeSequencesFromString(error_message_buffer);
----------------
Is this `error_message_buffer_size == 0` something we should reasonably expect?
http://reviews.llvm.org/D11981
More information about the llvm-commits
mailing list