summaryrefslogtreecommitdiff
path: root/test/Linker/2004-05-07-TypeResolution1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2004-05-07-TypeResolution1.ll')
-rw-r--r--test/Linker/2004-05-07-TypeResolution1.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Linker/2004-05-07-TypeResolution1.ll b/test/Linker/2004-05-07-TypeResolution1.ll
index 94ce3d02c0..94c5af0f95 100644
--- a/test/Linker/2004-05-07-TypeResolution1.ll
+++ b/test/Linker/2004-05-07-TypeResolution1.ll
@@ -1,5 +1,6 @@
-; RUN: llvm-as -f < %s > %t1.bc
-; RUN: llvm-as -f < `dirname %s`/2004-05-07-TypeResolution2.ll > %t2.bc
+; RUN: llvm-upgrade < %s | llvm-as -f -o %t1.bc
+; RUN: llvm-upgrade < `dirname %s`/2004-05-07-TypeResolution2.ll | \
+; RUN: llvm-as -o %t2.bc -f
; RUN: llvm-link -f -o %t3.bc %t1.bc %t2.bc
target endian = little