mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Make sure upgrade doesn't fail on this.
llvm-svn: 35916
This commit is contained in:
parent
50f96f2a23
commit
c202a9ae85
@ -1,3 +1,4 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llvm-ds -o /dev/null -f &&
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
|
||||
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
|
||||
; RUN: diff %t1.ll %t2.ll
|
||||
|
Loading…
Reference in New Issue
Block a user