Fix building on macOS after SVN r314492
authorMartin Storsjo <martin@martin.st>
Mon, 2 Oct 2017 18:14:06 +0000 (18:14 +0000)
committerMartin Storsjo <martin@martin.st>
Mon, 2 Oct 2017 18:14:06 +0000 (18:14 +0000)
commitcbb415128e4c80a16a1aeaa9a372208ea8e5fed6
treea254aed13b37dc886505e8642c633e448ab5465f
parentf464627f2828b3496456a41b5697f31c6756431f
Fix building on macOS after SVN r314492

That commit incorrectly expanded the assumption that defined(__APPLE__)
implies SjLj exception handling, which only is true within ARM
code sections.

llvm-svn: 314695
libunwind/src/UnwindRegistersRestore.S
libunwind/src/UnwindRegistersSave.S