Use toplevel function pass manager as OnTheFly manager.
[oota-llvm.git] / test / Linker / 2003-06-02-TypeResolveProblem2.ll
index aa1bc174fb05cf68f5257404fd8341e5054cbb61..0dcca98ac3f45db2330a74ef7fcc213ce9e5d01e 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: echo "%T = type int" | llvm-as > %t.1.bc
-; RUN: llvm-as < %s > %t.2.bc
-; RUN: llvm-link %t.[12].bc
+; RUN: echo {%T = type int} | llvm-upgrade | llvm-as > %t.1.bc
+; RUN: llvm-upgrade < %s | llvm-as > %t.2.bc
+; RUN: llvm-link %t.1.bc %t.2.bc
 
 %T = type opaque