X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2FLinkOnce.ll;h=b1a021606064297e93a335add3c3c977114645b2;hb=9be3c97183f832d084bcf0fab82f7cd8aae08385;hp=5d731b37c472f520d002cbb308461aed304853cd;hpb=e3e7c474f2d8b32fed4035d1b8e643a2b0ddc0aa;p=oota-llvm.git diff --git a/test/Linker/LinkOnce.ll b/test/Linker/LinkOnce.ll index 5d731b37c47..b1a02160606 100644 --- a/test/Linker/LinkOnce.ll +++ b/test/Linker/LinkOnce.ll @@ -1,8 +1,8 @@ ; This fails because the linker renames the non-opaque type not the opaque ; one... -; RUN: echo "%X = linkonce global int 8" | as > %t.2.bc -; RUN: as < %s > %t.1.bc -; RUN: link %t.[12].bc | dis +; RUN: echo "%X = linkonce global int 8" | llvm-upgrade | llvm-as > %t.2.bc +; RUN: llvm-upgrade < %s | llvm-as > %t.1.bc +; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis %X = linkonce global int 7