mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Don't depend on Tcl behavior of redirecting stderr for all commands in a
pipeline. llvm-svn: 81153
This commit is contained in:
parent
8721525d8d
commit
b220fd9c58
@ -1,5 +1,5 @@
|
||||
; Ignore stderr, we expect warnings there
|
||||
; RUN: llvm-as < %s 2> /dev/null | opt -instcombine | llvm-dis | not grep bitcast
|
||||
; RUN: llvm-as < %s | opt -instcombine 2> /dev/null | llvm-dis | not grep bitcast
|
||||
|
||||
define void @a() {
|
||||
ret void
|
||||
|
@ -1,5 +1,5 @@
|
||||
; Ignore stderr, we expect warnings there
|
||||
; RUN: llvm-as < %s 2> /dev/null | opt -instcombine | llvm-dis | \
|
||||
; RUN: llvm-as < %s | opt -instcombine 2> /dev/null | llvm-dis | \
|
||||
; RUN: grep call | notcast
|
||||
; END.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user