[PATCH] D11981: [asan] On OS X, log reports to syslog and os_trace

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 14:32:26 PDT 2015


filcab added a comment.

I was looking at this and… Shouldn't something like this be in sanitizer_common, and then all the sanitizers could use it?
It seems to me that our method of reporting errors is different from sanitizer to sanitizer, and changes like this would need to be done again for other sanitizers, which doesn't seem very nice.


http://reviews.llvm.org/D11981





More information about the llvm-commits mailing list