Thanks! Is there some good way to test the iOS build locally?
On Wed, Jun 25, 2014 at 5:25 PM, Nick Kledzik <[email protected]> wrote: > Author: kledzik > Date: Wed Jun 25 19:25:33 2014 > New Revision: 211751 > > URL: http://llvm.org/viewvc/llvm-project?rev=211751&view=rev > Log: > Fix building for iOS > > Modified: > libcxxabi/trunk/src/Unwind/UnwindRegistersRestore.S > > Modified: libcxxabi/trunk/src/Unwind/UnwindRegistersRestore.S > URL: > http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/Unwind/UnwindRegistersRestore.S?rev=211751&r1=211750&r2=211751&view=diff > > ============================================================================== > --- libcxxabi/trunk/src/Unwind/UnwindRegistersRestore.S (original) > +++ libcxxabi/trunk/src/Unwind/UnwindRegistersRestore.S Wed Jun 25 > 19:25:33 2014 > @@ -308,7 +308,7 @@ DEFINE_LIBUNWIND_PRIVATE_FUNCTION(_ZN9li > ldp x0, x1, [x0, #0x000] ; restore x0,x1 > ret lr ; jump to pc > > -#elif __arm__ > +#elif __arm__ && !__APPLE__ > > @ > @ void libunwind::Registers_arm::restoreCoreAndJumpTo() > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
