summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-30 17:12:00 +0000
committerChris Lattner <sabre@nondot.org>2004-11-30 17:12:00 +0000
commit13eef45ee5533f8e66a077913103bd5e65137557 (patch)
tree678062f6c07a4e8b8fb348b442e43aa285e1e606 /test
parent15a286b6651f18b5db98054a331bbcc2ac27bc09 (diff)
downloadllvm-13eef45ee5533f8e66a077913103bd5e65137557.tar.gz
llvm-13eef45ee5533f8e66a077913103bd5e65137557.tar.bz2
llvm-13eef45ee5533f8e66a077913103bd5e65137557.tar.xz
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')
-rw-r--r--test/Debugger/funccall.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Debugger/funccall.ll b/test/Debugger/funccall.ll
index 3774bd6813..85a8ed119a 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