summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-03-17 13:57:48 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-03-17 13:57:48 +0000
commitdc4263c7604979f59fb3f637a3caf1e30f22f38b (patch)
treedc8d3cdbdbb4d72de08d77f8400a929699b3b737 /llvm/test/CodeGen/ARM
parent5a106191fa404fab1551b708923f10cd037508dc (diff)
downloadbcm5719-llvm-dc4263c7604979f59fb3f637a3caf1e30f22f38b.tar.gz
bcm5719-llvm-dc4263c7604979f59fb3f637a3caf1e30f22f38b.zip
Move the EH symbol to the asm printer and use it for the SJLJ case too.
llvm-svn: 232475
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r--llvm/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll b/llvm/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
index d6babb6c55d..2f6e428351d 100644
--- a/llvm/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
+++ b/llvm/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
@@ -1,7 +1,9 @@
; RUN: llc < %s -mtriple=arm-apple-darwin9 -march=arm | FileCheck %s
-; CHECK: L_LSDA_0:
-
+; CHECK: .cfi_lsda 16, [[LABEL:.*]]
+; CHECK: .long [[LABEL]]-
+; CHECK: [[LABEL]]:
+; CHECK: .byte 255 @ @LPStart Encoding = omit
%struct.A = type { i32* }
OpenPOWER on IntegriCloud