summaryrefslogtreecommitdiff
path: root/test/Linker/2006-01-19-ConstantPacked.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-03-05 15:44:25 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-03-05 15:44:25 +0000
commit6af4a751a23d159c6b1c3018326fb2cc1d1131d2 (patch)
tree66bd0aafdde75ddc3f5ba1af63c0f404434c7d0f /test/Linker/2006-01-19-ConstantPacked.ll
parent038557dd189daf548007b2ddccfdb0134fb3f615 (diff)
downloadllvm-6af4a751a23d159c6b1c3018326fb2cc1d1131d2.tar.gz
llvm-6af4a751a23d159c6b1c3018326fb2cc1d1131d2.tar.bz2
llvm-6af4a751a23d159c6b1c3018326fb2cc1d1131d2.tar.xz
Fix test not to emit junk into source directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47947 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/2006-01-19-ConstantPacked.ll')
-rw-r--r--test/Linker/2006-01-19-ConstantPacked.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/2006-01-19-ConstantPacked.ll b/test/Linker/2006-01-19-ConstantPacked.ll
index 7aa0bc3db7..7b405f377f 100644
--- a/test/Linker/2006-01-19-ConstantPacked.ll
+++ b/test/Linker/2006-01-19-ConstantPacked.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as -f -o %s.bc
-; RUN: llvm-link -f -o %s.linked %s.bc
+; RUN: llvm-upgrade < %s | llvm-as -f -o %t1.bc
+; RUN: llvm-link -f -o %t2.bc %t1.bc
target endian = big
target pointersize = 32