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

Chris Bieneman beanz at apple.com
Tue Jun 23 11:21:51 PDT 2015


Updating based on feedback from samsonov.


http://reviews.llvm.org/D10516

Files:
  lib/sanitizer_common/sanitizer_unwind_posix_libcdep.cc

Index: lib/sanitizer_common/sanitizer_unwind_posix_libcdep.cc
===================================================================
--- lib/sanitizer_common/sanitizer_unwind_posix_libcdep.cc
+++ lib/sanitizer_common/sanitizer_unwind_posix_libcdep.cc
@@ -82,7 +82,7 @@
 #endif
 
 uptr Unwind_GetIP(struct _Unwind_Context *ctx) {
-#ifdef __arm__
+#if defined(__arm__) && !SANITIZER_MAC
   uptr val;
   _Unwind_VRS_Result res = _Unwind_VRS_Get(ctx, _UVRSC_CORE,
       15 /* r15 = PC */, _UVRSD_UINT32, &val);

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10516.28270.patch
Type: text/x-patch
Size: 505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150623/2c4a75b7/attachment.bin>


More information about the llvm-commits mailing list