summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-01 15:44:13 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-01 15:44:13 +0000
commit450a5a120789b67b27f92631e0acaf754ee99d9e (patch)
tree6b8c77b0cc798376cc8623d6e9e37db92cbac1f0 /test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
parent6073a0524023454324d2575e8667c72666597bfe (diff)
downloadllvm-450a5a120789b67b27f92631e0acaf754ee99d9e.tar.gz
llvm-450a5a120789b67b27f92631e0acaf754ee99d9e.tar.bz2
llvm-450a5a120789b67b27f92631e0acaf754ee99d9e.tar.xz
Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll')
-rw-r--r--test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll b/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
index 0717c207da..2e278118b7 100644
--- a/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
+++ b/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin9 | grep ^__Z1fv.eh
-; RUN: llc < %s -march=x86 -mtriple=i386-apple-darwin9 | grep ^__Z1fv.eh
+; RUN: llc < %s -disable-cfi -march=x86-64 -mtriple=x86_64-apple-darwin9 | grep ^__Z1fv.eh
+; RUN: llc < %s -disable-cfi -march=x86 -mtriple=i386-apple-darwin9 | grep ^__Z1fv.eh
define void @_Z1fv() {
entry: