[llvm-commits] [llvm] r56910 - /llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll

Dan Gohman gohman at apple.com
Tue Sep 30 21:13:24 PDT 2008


Author: djg
Date: Tue Sep 30 23:13:23 2008
New Revision: 56910

URL: http://llvm.org/viewvc/llvm-project?rev=56910&view=rev
Log:
Don't leave an output file in the test directory.

Modified:
    llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll

Modified: llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll?rev=56910&r1=56909&r2=56910&view=diff

==============================================================================
--- llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll (original)
+++ llvm/trunk/test/Assembler/2008-09-02-FunctionNotes2.ll Tue Sep 30 23:13:23 2008
@@ -1,5 +1,5 @@
 ; Test function notes
-; RUN: not llvm-as  %s |& grep "only one inline note" 
+; RUN: not llvm-as %s -o /dev/null -f |& grep "only one inline note" 
 ; XFAIL: *
 define void @fn1() alwaysinline  noinline {
   ret void





More information about the llvm-commits mailing list