mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
Temporary test files should use %t.
llvm-svn: 81086
This commit is contained in:
parent
ec3b6229d8
commit
f86912dda1
@ -1,6 +1,6 @@
|
||||
; RUN: llvm-as < %s | llvm-dis > t1.ll
|
||||
; RUN: llvm-as t1.ll -o - | llvm-dis > t2.ll
|
||||
; RUN: diff t1.ll t2.ll
|
||||
; RUN: llvm-as < %s | llvm-dis > %t1.ll
|
||||
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
|
||||
; RUN: diff %t1.ll %t2.ll
|
||||
|
||||
@F1 = global float 0x4010000000000000
|
||||
@D1 = global double 0x4010000000000000
|
||||
|
@ -1,6 +1,6 @@
|
||||
; RUN: llvm-as < %s | llvm-dis > t1.ll
|
||||
; RUN: llvm-as t1.ll -o - | llvm-dis > t2.ll
|
||||
; RUN: diff t1.ll t2.ll
|
||||
; RUN: llvm-as < %s | llvm-dis > %t1.ll
|
||||
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
|
||||
; RUN: diff %t1.ll %t2.ll
|
||||
|
||||
module asm "this is an inline asm block"
|
||||
module asm "this is another inline asm block"
|
||||
|
Loading…
Reference in New Issue
Block a user