summaryrefslogtreecommitdiff
path: root/test/Linker/2003-08-28-TypeResolvesGlobal.ll
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-26 20:20:44 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-26 20:20:44 +0000
commit26c7d8b7e010efb6e17744f2d51373824efed160 (patch)
tree6517b487f6b1104d59ffe9b916311bc6ffe8bcb8 /test/Linker/2003-08-28-TypeResolvesGlobal.ll
parent68886d44b1ab3108dfeee70909b8859beea68e55 (diff)
downloadllvm-26c7d8b7e010efb6e17744f2d51373824efed160.tar.gz
llvm-26c7d8b7e010efb6e17744f2d51373824efed160.tar.bz2
llvm-26c7d8b7e010efb6e17744f2d51373824efed160.tar.xz
Updated these tests so that they use the new temporary directory as opposed
to the old Output directory for temporary files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8728 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/2003-08-28-TypeResolvesGlobal.ll')
-rw-r--r--test/Linker/2003-08-28-TypeResolvesGlobal.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Linker/2003-08-28-TypeResolvesGlobal.ll b/test/Linker/2003-08-28-TypeResolvesGlobal.ll
index 1baeae5ec7..54d0a6fa24 100644
--- a/test/Linker/2003-08-28-TypeResolvesGlobal.ll
+++ b/test/Linker/2003-08-28-TypeResolvesGlobal.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s > Output/%s.out1.bc
-; RUN: echo "%S = type int" | llvm-as > Output/%s.out2.bc
-; RUN: llvm-link Output/%s.out[21].bc
+; RUN: llvm-as < %s > %t.out1.bc
+; RUN: echo "%S = type int" | llvm-as > %t.out2.bc
+; RUN: llvm-link %t.out[21].bc
%S = type opaque