summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-29 21:21:59 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-29 21:21:59 +0000
commitacdadf059d9cca827787227a03d9c7e27f2d5958 (patch)
treeda6a1c5ab19a9b2cef6075b6472f04253aab06b0 /test
parent0f44ad31c3155f9a032ff56ea0b25047f18b77cb (diff)
downloadllvm-acdadf059d9cca827787227a03d9c7e27f2d5958.tar.gz
llvm-acdadf059d9cca827787227a03d9c7e27f2d5958.tar.bz2
llvm-acdadf059d9cca827787227a03d9c7e27f2d5958.tar.xz
Updated for the new QMTest test suite. Temporary output file is now placed
inside the temporary file directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/DecomposeMultiDimRefs/multidim.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DecomposeMultiDimRefs/multidim.ll b/test/Transforms/DecomposeMultiDimRefs/multidim.ll
index 63bf316f75..7bae664b72 100644
--- a/test/Transforms/DecomposeMultiDimRefs/multidim.ll
+++ b/test/Transforms/DecomposeMultiDimRefs/multidim.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -f -lowerrefs -o Output/%s.bc
+; RUN: llvm-as < %s | opt -f -lowerrefs -o %t1.bc
;
%Flat_struct = type { sbyte, float }
%Flat_t = type { sbyte, float }