X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2004-02-17-WeakStrongLinkage.ll;h=224463949d3569a1d267dbb211e8fce8df16351d;hb=5be77762a3aa434ee877b0a03b98b5c3a7571918;hp=4c6e8f869e17fa628cafc8c2ac7f8dc8c5a17e15;hpb=edca80b5e86363c6e4d5cfeedd6940d991355333;p=oota-llvm.git diff --git a/test/Linker/2004-02-17-WeakStrongLinkage.ll b/test/Linker/2004-02-17-WeakStrongLinkage.ll index 4c6e8f869e1..224463949d3 100644 --- a/test/Linker/2004-02-17-WeakStrongLinkage.ll +++ b/test/Linker/2004-02-17-WeakStrongLinkage.ll @@ -1,7 +1,7 @@ -; RUN: llvm-upgrade < %s | llvm-as > %t.out2.bc -; RUN: echo "%me = global int* null" | llvm-upgrade | llvm-as > %t.out1.bc -; RUN: llvm-link %t.out1.bc %t.out2.bc -o /dev/null -f +; RUN: llvm-as < %s > %t.out2.bc +; RUN: echo "@me = global i32* null" | llvm-as > %t.out1.bc +; RUN: llvm-link %t.out1.bc %t.out2.bc -o /dev/null -%me = weak global int * null +@me = weak global i32* null ; [#uses=0]