Add support for using non-pic code for arm and thumb1 when emitting the sjlj
authorChad Rosier <mcrosier@apple.com>
Fri, 1 Mar 2013 18:30:38 +0000 (18:30 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 1 Mar 2013 18:30:38 +0000 (18:30 +0000)
commitb8f307b2d6b5fb1380803ff91696902bebbef7c6
treeac6021532ef0f4447ba63dc8bb6bf44a5788339b
parent5f58358c90a7b5f8798dd9034996dcb558b50562
Add support for using non-pic code for arm and thumb1 when emitting the sjlj
dispatch code.  As far as I can tell the thumb2 code is behaving as expected.
I was able to compile and run the associated test case for both arm and thumb1.
rdar://13066352

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176363 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/eh-dispcont.ll [new file with mode: 0644]