summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-26 16:43:51 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-26 16:43:51 +0000
commitf3534ab094880625c979eb6213c3882678b0025a (patch)
tree4c96b3e58b7310deece5a75b757081ed969f0f7c /test
parent62435345f135be90544e124c5d40e88b3c8fb50a (diff)
downloadllvm-f3534ab094880625c979eb6213c3882678b0025a.tar.gz
llvm-f3534ab094880625c979eb6213c3882678b0025a.tar.bz2
llvm-f3534ab094880625c979eb6213c3882678b0025a.tar.xz
Updated to generate temporary files in the temporary directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8724 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CBackend/2003-06-23-PromotedExprs.llx6
-rw-r--r--test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx6
2 files changed, 6 insertions, 6 deletions
diff --git a/test/CBackend/2003-06-23-PromotedExprs.llx b/test/CBackend/2003-06-23-PromotedExprs.llx
index 47ecc82d04..7f3ceff3ba 100644
--- a/test/CBackend/2003-06-23-PromotedExprs.llx
+++ b/test/CBackend/2003-06-23-PromotedExprs.llx
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llvm-dis -c > f1.cbe.c
-; RUN: gcc -B/usr/bin/ f1.cbe.c -o f1.cbe
-; RUN: ./f1.cbe
+; RUN: llvm-as < %s | llvm-dis -c > %t1.cbe.c
+; RUN: gcc -B/usr/bin/ %t1.cbe.c -o %t1.cbe
+; RUN: %t1.cbe
bool %doTest(ubyte %x) {
%dec.0 = add ubyte %x, 255
diff --git a/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx b/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
index 47ecc82d04..7f3ceff3ba 100644
--- a/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
+++ b/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llvm-dis -c > f1.cbe.c
-; RUN: gcc -B/usr/bin/ f1.cbe.c -o f1.cbe
-; RUN: ./f1.cbe
+; RUN: llvm-as < %s | llvm-dis -c > %t1.cbe.c
+; RUN: gcc -B/usr/bin/ %t1.cbe.c -o %t1.cbe
+; RUN: %t1.cbe
bool %doTest(ubyte %x) {
%dec.0 = add ubyte %x, 255