From: Anton Korobeynikov Date: Wed, 5 Mar 2008 15:44:25 +0000 (+0000) Subject: Fix test not to emit junk into source directory X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6af4a751a23d159c6b1c3018326fb2cc1d1131d2;p=oota-llvm.git 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 --- diff --git a/test/Linker/2006-01-19-ConstantPacked.ll b/test/Linker/2006-01-19-ConstantPacked.ll index 7aa0bc3db76..7b405f377f5 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