diff options
Diffstat (limited to 'test/Linker/2006-01-19-ConstantPacked.ll')
-rw-r--r-- | test/Linker/2006-01-19-ConstantPacked.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2006-01-19-ConstantPacked.ll b/test/Linker/2006-01-19-ConstantPacked.ll index 3f7bf46..df56105 100644 --- a/test/Linker/2006-01-19-ConstantPacked.ll +++ b/test/Linker/2006-01-19-ConstantPacked.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %s.bc ; llvm-link -f -o %s.linked %s.bc +; RUN: llvm-upgrade < %s | llvm-as -f -o %s.bc ; llvm-link -f -o %s.linked %s.bc target endian = big target pointersize = 32 |