Fix test not to emit junk into source directory
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 5 Mar 2008 15:44:25 +0000 (15:44 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Wed, 5 Mar 2008 15:44:25 +0000 (15:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47947 91177308-0d34-0410-b5e6-96231b3b80d8

test/Linker/2006-01-19-ConstantPacked.ll

index 7aa0bc3db7668ad132cc0650b9078e650ab828a8..7b405f377f5bef6152a349bbf11fceaa1e7a47fd 100644 (file)
@@ -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