XFAIL test until <rdar://problem/10913281> is fixed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151578 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2012-02-27 22:53:42 +00:00
parent c68d127b2c
commit fddefccf05

View File

@ -1,7 +1,10 @@
; RUN: echo "%X = type { i32 } @G2 = global %X { i32 4 }" > %t.ll
; RUN: llvm-link %s %t.ll -S | FileCheck %s
; XFAIL: *
; PR11464
; FIXME: XFAIL until <rdar://problem/10913281> is addressed.
%X = type { i32 }
@G = global %X { i32 4 }