forked from OSchip/llvm-project
Don't grep the -debug output. This isn't the way to test changes.
llvm-svn: 74211
This commit is contained in:
parent
bc17dc6ed4
commit
722c6e1b70
|
@ -1,4 +1,3 @@
|
|||
; RUN: llvm-as < %s | llc -march=ppc64 -debug |& not grep {= store}
|
||||
; RUN: llvm-as < %s | llc -march=ppc64 > %t
|
||||
; RUN: grep __floattitf %t
|
||||
; RUN: grep __fixunstfti %t
|
||||
|
|
Loading…
Reference in New Issue