[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 07:13:58 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"
----------------
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?


http://reviews.llvm.org/D14791





More information about the llvm-commits mailing list