mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +00:00
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:
@@ -1,7 +1,10 @@
|
|||||||
; RUN: echo "%X = type { i32 } @G2 = global %X { i32 4 }" > %t.ll
|
; RUN: echo "%X = type { i32 } @G2 = global %X { i32 4 }" > %t.ll
|
||||||
; RUN: llvm-link %s %t.ll -S | FileCheck %s
|
; RUN: llvm-link %s %t.ll -S | FileCheck %s
|
||||||
|
; XFAIL: *
|
||||||
; PR11464
|
; PR11464
|
||||||
|
|
||||||
|
; FIXME: XFAIL until <rdar://problem/10913281> is addressed.
|
||||||
|
|
||||||
%X = type { i32 }
|
%X = type { i32 }
|
||||||
@G = global %X { i32 4 }
|
@G = global %X { i32 4 }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user