[PATCH] D14791: [asan] On OS X, write error reports into Crash Report.

Alexander Potapenko via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 08:09:56 PST 2015


glider added inline comments.

================
Comment at: lib/sanitizer_common/sanitizer_mac.h:45
@@ +44,3 @@
+  &__crashreporter_info_buff__[0];
+asm(".desc ___crashreporter_info__, 0x10");
+} // extern "C"
----------------
kubabrecka wrote:
> glider wrote:
> > According to http://lists.apple.com/archives/cocoa-dev/2013/Feb/msg00612.html and http://lists.apple.com/archives/cocoa-dev/2013/Feb/msg00613.html this isn't going to work on iOS, right?
> That's correct, the iOS Crash Reporter intentionally doesn't include additional application-provided information in the crash logs.
So don't we want to hide these bits behind "#if !SANITIZER_IOS" ?


http://reviews.llvm.org/D14791





More information about the llvm-commits mailing list