[PATCH] D15396: [sanitizers] Log all output to CrashReport on OS X
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 16 09:36:09 PST 2015
samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/sanitizer_common/sanitizer_printf.cc:283
@@ -283,1 +282,3 @@
+ // Remove color sequences from the message.
+ RemoveANSIEscapeSequencesFromString(buffer);
CallPrintfAndReportCallback(buffer);
----------------
Yes, I think it's fine.
http://reviews.llvm.org/D15396
More information about the llvm-commits
mailing list