Added serialization support for APInt.
[oota-llvm.git] / test / Linker / 2003-08-28-TypeResolvesGlobal.ll
index 54d0a6fa2426997a9cf6f6362e15a45faa9bdb4e..41aef3230b27d1a7558d8514ada41e4134f893c7 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s > %t.out1.bc
-; RUN: echo "%S = type int" | llvm-as > %t.out2.bc
-; RUN: llvm-link %t.out[21].bc
+; RUN: llvm-upgrade < %s | llvm-as > %t.out1.bc
+; RUN: echo "%S = type int" | llvm-upgrade | llvm-as > %t.out2.bc
+; RUN: llvm-link %t.out2.bc %t.out1.bc
 
 %S = type opaque