mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
not fully implemented yet.
llvm-svn: 36530
This commit is contained in:
parent
5bc24967c1
commit
06a1069fc1
@ -2,6 +2,8 @@
|
|||||||
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
|
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
|
||||||
; RUN: diff %t1.ll %t2.ll
|
; RUN: diff %t1.ll %t2.ll
|
||||||
|
|
||||||
|
; XFAIL: *
|
||||||
|
|
||||||
@bar = external global i32
|
@bar = external global i32
|
||||||
@foo1 = alias i32* @bar
|
@foo1 = alias i32* @bar
|
||||||
@foo2 = alias i32* @bar
|
@foo2 = alias i32* @bar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user