Fix PR149 - support constant shift expressions.
[oota-llvm.git] / test / Linker / 2003-04-21-Linkage.ll
index 96fb5c048fb998e9da7c083d8204ffc156d86ea4..6071d0b39498223198633f39c9bddba6a0f88098 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: echo "%X = linkonce global int 5  implementation linkonce int %foo() { ret int 7 }" | as > %t.1.bc
-; RUN: as < %s > %t.2.bc
-; RUN: link %t.[12].bc 
+; RUN: echo "%X = linkonce global int 5  implementation linkonce int %foo() { ret int 7 }" | llvm-as > %t.1.bc
+; RUN: llvm-as < %s > %t.2.bc
+; RUN: llvm-link %t.[12].bc 
 %X = external global int 
 
 implementation