aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/hidden-vis-pic.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-04-30 23:03:44 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-04-30 23:03:44 +0000
commit2b3e12d0cb1ad98abaa79353c3ab69d9b06d9ded (patch)
tree133983fa9536c32e57b46e9aa3c13c0d46b065b1 /test/CodeGen/X86/hidden-vis-pic.ll
parent60045c233a4b88838242abdfb95992d7bf22710d (diff)
downloadexternal_llvm-2b3e12d0cb1ad98abaa79353c3ab69d9b06d9ded.zip
external_llvm-2b3e12d0cb1ad98abaa79353c3ab69d9b06d9ded.tar.gz
external_llvm-2b3e12d0cb1ad98abaa79353c3ab69d9b06d9ded.tar.bz2
Revert the previous patch while I figure out how to make llvm-gcc
less agressive about disabling cfi on linux :-( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130626 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/hidden-vis-pic.ll')
-rw-r--r--test/CodeGen/X86/hidden-vis-pic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/hidden-vis-pic.ll b/test/CodeGen/X86/hidden-vis-pic.ll
index 217dba6..ba130a2 100644
--- a/test/CodeGen/X86/hidden-vis-pic.ll
+++ b/test/CodeGen/X86/hidden-vis-pic.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -disable-cfi -mtriple=i386-apple-darwin9 -relocation-model=pic -disable-fp-elim -unwind-tables | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-darwin9 -relocation-model=pic -disable-fp-elim -unwind-tables | FileCheck %s