[llvm-commits] CVS: llvm/test/CodeGen/Alpha/weak.ll

Reid Spencer reid at x10sys.com
Mon Apr 16 10:38:14 PDT 2007



Changes in directory llvm/test/CodeGen/Alpha:

weak.ll updated: 1.1 -> 1.2
---
Log message:

For PR1319: http://llvm.org/PR1319 :
Remove && from the end of the lines to prevent tests from throwing run
lines into the background. Also, clean up places where the same command
is run multiple times by using a temporary file.


---
Diffs of the changes:  (+1 -2)

 weak.ll |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/test/CodeGen/Alpha/weak.ll
diff -u llvm/test/CodeGen/Alpha/weak.ll:1.1 llvm/test/CodeGen/Alpha/weak.ll:1.2
--- llvm/test/CodeGen/Alpha/weak.ll:1.1	Thu Dec  7 11:37:54 2006
+++ llvm/test/CodeGen/Alpha/weak.ll	Mon Apr 16 12:36:06 2007
@@ -1,5 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep .weak.*f &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep .weak.*f
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep .weak.*h
 
 implementation   ; Functions:






More information about the llvm-commits mailing list