Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
[oota-llvm.git] / test / Linker / 2003-08-28-TypeResolvesGlobal3.ll
index aa199cb0387f17bcdf7e2f8623f931ae6b704e9c..504e8dd47791d019461cdfef75fb38afe24f47d2 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: as < %s > Output/%s.out1.bc
-; RUN: echo "%S = type int" | as > Output/%s.out2.bc
-; RUN: link Output/%s.out[21].bc
+; RUN: llvm-as < %s > Output/%s.out1.bc
+; RUN: echo "%S = type int" | llvm-as > Output/%s.out2.bc
+; RUN: llvm-link Output/%s.out[21].bc
 
 %S = type opaque