aboutsummaryrefslogtreecommitdiffstats
path: root/test/Debugger/funccall.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Debugger/funccall.ll')
-rw-r--r--test/Debugger/funccall.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll
index 7614d05..3774bd6 100644
--- a/test/Debugger/funccall.ll
+++ b/test/Debugger/funccall.ll
@@ -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 }