Updated to generate temporary files in the temporary directory.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 26 Sep 2003 16:43:51 +0000 (16:43 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 26 Sep 2003 16:43:51 +0000 (16:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8724 91177308-0d34-0410-b5e6-96231b3b80d8

test/CBackend/2003-06-23-PromotedExprs.llx
test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx

index 47ecc82d044ff613654caee2220755890c3facb2..7f3ceff3ba1f642edbc9e6a6d85bd7de67ac5105 100644 (file)
@@ -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
index 47ecc82d044ff613654caee2220755890c3facb2..7f3ceff3ba1f642edbc9e6a6d85bd7de67ac5105 100644 (file)
@@ -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