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

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 6 13:07:45 PST 2004



Changes in directory llvm/test/Regression/Debugger:

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

Add a run line


---
Diffs of the changes:  (+4 -0)

Index: llvm/test/Regression/Debugger/funccall.ll
diff -u llvm/test/Regression/Debugger/funccall.ll:1.2 llvm/test/Regression/Debugger/funccall.ll:1.3
--- llvm/test/Regression/Debugger/funccall.ll:1.2	Mon Jan  5 23:37:45 2004
+++ llvm/test/Regression/Debugger/funccall.ll	Sat Nov  6 15:07:31 2004
@@ -1,3 +1,7 @@
+;; RUN: llvm-as -f %s -o %s.bc
+;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %s.bc
+
+
 ;; Debugger type declarations
 %lldb.compile_unit = type { uint, ushort, ushort, sbyte*, sbyte*, sbyte*, {}* }
 %lldb.global = type { uint, %lldb.compile_unit*, sbyte*, {}*, sbyte*, bool, bool }






More information about the llvm-commits mailing list