[llvm-commits] [llvm] r47947 - /llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll
Anton Korobeynikov
asl at math.spbu.ru
Wed Mar 5 07:44:25 PST 2008
Author: asl
Date: Wed Mar 5 09:44:25 2008
New Revision: 47947
URL: http://llvm.org/viewvc/llvm-project?rev=47947&view=rev
Log:
Fix test not to emit junk into source directory
Modified:
llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll
Modified: llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll?rev=47947&r1=47946&r2=47947&view=diff
==============================================================================
--- llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll (original)
+++ llvm/trunk/test/Linker/2006-01-19-ConstantPacked.ll Wed Mar 5 09:44:25 2008
@@ -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
More information about the llvm-commits
mailing list