[llvm-commits] CVS: llvm/test/Regression/Debugger/funccall.ll

Chris Lattner lattner at cs.uiuc.edu
Tue Nov 30 09:12:12 PST 2004



Changes in directory llvm/test/Regression/Debugger:

funccall.ll updated: 1.3 -> 1.4
---
Log message:

Put the output in the temporary location


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

Index: llvm/test/Regression/Debugger/funccall.ll
diff -u llvm/test/Regression/Debugger/funccall.ll:1.3 llvm/test/Regression/Debugger/funccall.ll:1.4
--- llvm/test/Regression/Debugger/funccall.ll:1.3	Sat Nov  6 15:07:31 2004
+++ llvm/test/Regression/Debugger/funccall.ll	Tue Nov 30 11:12:00 2004
@@ -1,5 +1,5 @@
-;; RUN: llvm-as -f %s -o %s.bc
-;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %s.bc
+;; RUN: llvm-as -f %s -o %t.bc
+;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc
 
 
 ;; Debugger type declarations






More information about the llvm-commits mailing list