mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Update test to explicitly capture llc output.
llvm-svn: 106121
This commit is contained in:
parent
670df11fd6
commit
7b26b091b6
@ -1,4 +1,5 @@
|
||||
; RUN: llc -O2 < %s | grep this | grep -v undef
|
||||
; RUN: llc -O2 %s -o %t
|
||||
; RUN: grep this %t | grep -v undef
|
||||
; Test to check that unused argument 'this' is not undefined in debug info.
|
||||
|
||||
%struct.foo = type { i32 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user