Allow using normal .eh_frame based unwinding on ARM. Use the same
authorJoerg Sonnenberger <joerg@bec.de>
Wed, 7 May 2014 07:49:34 +0000 (07:49 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Wed, 7 May 2014 07:49:34 +0000 (07:49 +0000)
commit2ecdcdc02628017468f9c6ee9318610d2edfd92a
tree60f6812a3786464da7eac1927ca6d4f303a1bbe9
parent8a25ee1440ee7ece42851246b788fc839446bceb
Allow using normal .eh_frame based unwinding on ARM. Use the same
encodings as x86. Use this exception model for NetBSD.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208166 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCObjectFileInfo.cpp
lib/Target/ARM/ARMTargetObjectFile.cpp
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
test/CodeGen/ARM/dwarf-eh.ll [new file with mode: 0644]
test/CodeGen/ARM/ehabi.ll