mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Don't redirect llvm-as's stderr to llvm-dis.
Change grep '' to grep {}. llvm-svn: 44343
This commit is contained in:
parent
d12155d8c8
commit
21665f8f17
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-as < %s |& llvm-dis |& grep 'align 1024'
|
; RUN: llvm-as < %s | llvm-dis |& grep {align 1024}
|
||||||
|
|
||||||
define i32 @test(i32* %arg) {
|
define i32 @test(i32* %arg) {
|
||||||
entry:
|
entry:
|
||||||
|
Loading…
Reference in New Issue
Block a user