mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b0a4ff668
commit
adc539044a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user