projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b0a4ff
)
Add back -e, which apparently works in sh's echo but not tcsh's, which does
author
Chris Lattner
<sabre@nondot.org>
Tue, 30 Nov 2004 17:47:13 +0000
(17:47 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 30 Nov 2004 17:47:13 +0000
(17:47 +0000)
not need it. Also, grep some output so we know that this command does something.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18393
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Debugger/funccall.ll
patch
|
blob
|
history
diff --git
a/test/Debugger/funccall.ll
b/test/Debugger/funccall.ll
index 07ab16ad64c623de19e9e22898861b7199dadfe4..4ef450f5ca055239405b63739df71f7ea50f51c0 100644
(file)
--- a/
test/Debugger/funccall.ll
+++ b/
test/Debugger/funccall.ll
@@
-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