mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Update test to explicitly capture llc output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106121 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
504c0cda91
commit
6e67c6cb3c
@ -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…
Reference in New Issue
Block a user