On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.
authorJohn McCall <rjmccall@apple.com>
Sun, 29 May 2011 19:39:04 +0000 (19:39 +0000)
committerJohn McCall <rjmccall@apple.com>
Sun, 29 May 2011 19:39:04 +0000 (19:39 +0000)
commit832a9d1a76d30ffd295453e93e8eb52948e5813e
treeede21dff6b89ba65677d1ced1949d4b78284d713
parentbcb85087a7f281dcc85b04f82be3a79ff9387fc5
On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.
This is important for the correct lowering of unwind instructions
(which doesn't matter at all) and llvm.eh.resume calls (which does).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132291 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/eh-resume-darwin.ll [new file with mode: 0644]