mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +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:
parent
c68d127b2c
commit
fddefccf05
@ -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 }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user