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

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



Changes in directory llvm/test/Regression/Debugger:

funccall.ll updated: 1.5 -> 1.6
---
Log message:

Add back -e, which apparently works in sh's echo but not tcsh's, which does
not need it.  Also, grep some output so we know that this command does something.


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

Index: llvm/test/Regression/Debugger/funccall.ll
diff -u llvm/test/Regression/Debugger/funccall.ll:1.5 llvm/test/Regression/Debugger/funccall.ll:1.6
--- llvm/test/Regression/Debugger/funccall.ll:1.5	Tue Nov 30 11:13:13 2004
+++ llvm/test/Regression/Debugger/funccall.ll	Tue Nov 30 11:47:13 2004
@@ -1,5 +1,5 @@
 ;; RUN: llvm-as -f %s -o %t.bc
-;; RUN: echo "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc
+;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc | grep 'in main at funccall.c:11:2'
 
 
 ;; Debugger type declarations






More information about the llvm-commits mailing list