Use toplevel function pass manager as OnTheFly manager.
[oota-llvm.git] / test / Linker / 2003-11-18-TypeResolution.ll
index 946c6a268fd193e5fa4df3d983054f955d40913f..ff22e31437226766b0e39bbd9be479facf156164 100644 (file)
@@ -4,9 +4,9 @@
 ; little symbol table.  This is causing llvm-link to die, at no fault of its
 ; own.
 
-; RUN: llvm-as < %s > %t.out2.bc
-; RUN: echo "%T1 = type opaque  %GVar = external global %T1*" | llvm-as > %t.out1.bc
-; RUN: llvm-link %t.out[12].bc
+; RUN: llvm-upgrade %s | llvm-as > %t.out2.bc
+; RUN: echo "%T1 = type opaque  @GVar = external global %T1*" | llvm-as > %t.out1.bc
+; RUN: llvm-link %t.out1.bc %t.out2.bc
 
        %T1 = type opaque
        %T2 = type int