mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Don't depend on Tcl behavior of redirecting stderr for all commands in a
pipeline. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81153 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b25f32bab8
commit
59e8efdd59
@ -1,5 +1,5 @@
|
|||||||
; Ignore stderr, we expect warnings there
|
; 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() {
|
define void @a() {
|
||||||
ret void
|
ret void
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
; Ignore stderr, we expect warnings there
|
; 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
|
; RUN: grep call | notcast
|
||||||
; END.
|
; END.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user