[llvm-commits] [llvm] r67745 - /llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-25-TestBug.ll

Bill Wendling isanbard at gmail.com
Wed Mar 25 23:18:16 PDT 2009


Author: void
Date: Thu Mar 26 01:18:16 2009
New Revision: 67745

URL: http://llvm.org/viewvc/llvm-project?rev=67745&view=rev
Log:
Add -f to RUN line.

Modified:
    llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-25-TestBug.ll

Modified: llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-25-TestBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-25-TestBug.ll?rev=67745&r1=67744&r2=67745&view=diff

==============================================================================
--- llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-25-TestBug.ll (original)
+++ llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-25-TestBug.ll Thu Mar 26 01:18:16 2009
@@ -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





More information about the llvm-commits mailing list