diff options
-rw-r--r-- | test/Linker/2006-01-19-ConstantPacked.ll | 4 |
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 7aa0bc3..7b405f3 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 |