[PATCH] Working on reconciling out-of-tree patches to compiler-rt for building for iOS.

Alexey Samsonov vonosmas at gmail.com
Tue Jun 23 11:08:32 PDT 2015


================
Comment at: lib/sanitizer_common/sanitizer_unwind_posix_libcdep.cc:85
@@ -84,3 +84,3 @@
 uptr Unwind_GetIP(struct _Unwind_Context *ctx) {
-#ifdef __arm__
+#if defined(__arm__) && !defined(__APPLE__)
   uptr val;
----------------
Why not `!SANITIZER_MAC`?

http://reviews.llvm.org/D10516

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list