diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-30 17:12:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-30 17:12:00 +0000 |
commit | 13eef45ee5533f8e66a077913103bd5e65137557 (patch) | |
tree | 678062f6c07a4e8b8fb348b442e43aa285e1e606 /test/Debugger | |
parent | 15a286b6651f18b5db98054a331bbcc2ac27bc09 (diff) | |
download | external_llvm-13eef45ee5533f8e66a077913103bd5e65137557.zip external_llvm-13eef45ee5533f8e66a077913103bd5e65137557.tar.gz external_llvm-13eef45ee5533f8e66a077913103bd5e65137557.tar.bz2 |
Put the output in the temporary location
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Debugger')
-rw-r--r-- | test/Debugger/funccall.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll index 3774bd6..85a8ed1 100644 --- a/test/Debugger/funccall.ll +++ b/test/Debugger/funccall.ll @@ -1,5 +1,5 @@ -;; RUN: llvm-as -f %s -o %s.bc -;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %s.bc +;; RUN: llvm-as -f %s -o %t.bc +;; RUN: echo -e "create\ns\ns\nfinish\nbt\nq\ny" | llvm-db %t.bc ;; Debugger type declarations |