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

Alexander Potapenko via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 09:42:54 PDT 2015


glider accepted this revision.
glider added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/sanitizer_common/sanitizer_common_libcdep.cc:15
@@ -14,2 +14,3 @@
 #include "sanitizer_common.h"
+#include "sanitizer_allocator_internal.h"
 #include "sanitizer_flags.h"
----------------
I think there should be a newline between them then.


http://reviews.llvm.org/D13452





More information about the llvm-commits mailing list