aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-09-28 23:11:55 +0000
committerBill Wendling <isanbard@gmail.com>2010-09-28 23:11:55 +0000
commit2ff6e1e62cf73c83379e660baa570c786ba92f12 (patch)
tree9a4030b7f1d68da921db8b6e892b1195511f764e /test
parent744c7c8e1b9bf166ded2b4e0b57638a004a44f8d (diff)
downloadexternal_llvm-2ff6e1e62cf73c83379e660baa570c786ba92f12.zip
external_llvm-2ff6e1e62cf73c83379e660baa570c786ba92f12.tar.gz
external_llvm-2ff6e1e62cf73c83379e660baa570c786ba92f12.tar.bz2
Revert r114997. It was causing a failure on darwin10-selfhost.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/non-globl-eh-frame.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/non-globl-eh-frame.ll b/test/CodeGen/X86/non-globl-eh-frame.ll
index 71349ec..20fd9a6 100644
--- a/test/CodeGen/X86/non-globl-eh-frame.ll
+++ b/test/CodeGen/X86/non-globl-eh-frame.ll
@@ -1,5 +1,7 @@
; RUN: llc < %s -mtriple x86_64-apple-darwin10 -march x86 | not grep {{.globl\[\[:space:\]\]*__Z4funcv.eh}}
; RUN: llc < %s -mtriple x86_64-apple-darwin9 -march x86 | FileCheck %s -check-prefix=DARWIN9
+; XFAIL: *
+; Fail this until I can fix the global EH failure.
%struct.__pointer_type_info_pseudo = type { %struct.__type_info_pseudo, i32, %"struct.std::type_info"* }
%struct.__type_info_pseudo = type { i8*, i8* }