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
This commit is contained in:
John Criswell 2003-09-26 16:43:51 +00:00
parent 62435345f1
commit f3534ab094
2 changed files with 6 additions and 6 deletions

View 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

View 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