[PATCH] D13452: [asan] On OS X, log reports to syslog and os_trace (version 2)
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 10:47:15 PDT 2015
kcc added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_mac.cc:385
@@ +384,3 @@
+ case SANITIZER_TYPE_ADDRESS:
+ os_trace("Address Sanitizer reported a failure.");
+ break;
----------------
glider wrote:
> I think the spelling outside Xcode must be "AddressSanitizer" (ditto for other sanitizers).
> Kostya, WDYT?
The tool name is certainly "AddressSanitizer" w/o spaces,
but that this is a Mac-only code, so I don't have strong opinion here.
On non-Mac-specific code -- no spaces please.
http://reviews.llvm.org/D13452
More information about the llvm-commits
mailing list