Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
[oota-llvm.git] / test / Linker / 2003-08-20-OpaqueTypeResolve.ll
index 01943364f8c48899ff6438ec33131ca2ec94d2a7..95d3f09980709203f88feaad06cb0e3a8430f4fe 100644 (file)
@@ -1,7 +1,7 @@
 
-; RUN: as < %s > Output/%s.out1.bc
-; RUN: echo "%S = type { int, int* }" | as > Output/%s.out2.bc
-; RUN: link Output/%s.out[12].bc
+; RUN: llvm-as < %s > Output/%s.out1.bc
+; RUN: echo "%S = type { int, int* }" | llvm-as > Output/%s.out2.bc
+; RUN: llvm-link Output/%s.out[12].bc
 
 %T = type opaque
 %S = type { int, %T* }