1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Add -f to RUN line.

llvm-svn: 67744
This commit is contained in:
Bill Wendling 2009-03-26 06:17:54 +00:00
parent f4247ff478
commit e59b8d1cad

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -o %t
; RUN: llvm-as < %s | llc -o %t -f
; RUN: not grep and %t
; RUN: not grep shr %t
; rdar://6661955