From: Nick Kledzik Date: Thu, 26 Jun 2014 00:25:33 +0000 (+0000) Subject: Fix building for iOS X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f0cd46201c90c06d3f5e7c93c80cce0565881bc;p=platform%2Fupstream%2Fllvm.git Fix building for iOS llvm-svn: 211751 --- diff --git a/libcxxabi/src/Unwind/UnwindRegistersRestore.S b/libcxxabi/src/Unwind/UnwindRegistersRestore.S index 1feb1d5..362a5b04 100644 --- a/libcxxabi/src/Unwind/UnwindRegistersRestore.S +++ b/libcxxabi/src/Unwind/UnwindRegistersRestore.S @@ -308,7 +308,7 @@ DEFINE_LIBUNWIND_PRIVATE_FUNCTION(_ZN9libunwind15Registers_arm646jumptoEv) ldp x0, x1, [x0, #0x000] ; restore x0,x1 ret lr ; jump to pc -#elif __arm__ +#elif __arm__ && !__APPLE__ @ @ void libunwind::Registers_arm::restoreCoreAndJumpTo()