summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2012-01-24 13:05:33 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2012-01-24 13:05:33 +0000
commit53fa1ae51008d22ce5d2aa6fbf22c1afc4ec1401 (patch)
tree0088cb1f8844fad7ff980f371bdf5affc7770a27 /test
parente697b4f486770dd640a47f39e8f0155b6d679b2d (diff)
downloadllvm-53fa1ae51008d22ce5d2aa6fbf22c1afc4ec1401.tar.gz
llvm-53fa1ae51008d22ce5d2aa6fbf22c1afc4ec1401.tar.bz2
llvm-53fa1ae51008d22ce5d2aa6fbf22c1afc4ec1401.tar.xz
An option to selectively enable part of ARM EHABI support.
This change adds an new option --arm-enable-ehabi-descriptors that enables emitting unwinding descriptors. This provides a mode with a working backtrace() without the (currently broken) exception support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/ehabi-unwind.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/ehabi-unwind.ll b/test/CodeGen/ARM/ehabi-unwind.ll
index 1ffde00365..fd7d0e63f3 100644
--- a/test/CodeGen/ARM/ehabi-unwind.ll
+++ b/test/CodeGen/ARM/ehabi-unwind.ll
@@ -2,6 +2,7 @@
; unfamiliar instructions.
; RUN: llc < %s -mtriple=thumbv7 -arm-enable-ehabi -disable-fp-elim
; RUN: llc < %s -mtriple=thumbv7 -arm-enable-ehabi
+; RUN: llc < %s -mtriple=thumbv7 -arm-enable-ehabi -arm-enable-ehabi-descriptors
define void @_Z1fv() nounwind {
entry: