X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2002-07-17-GlobalFail.ll;h=d3283106f6ecbb74666d9e898213022c164d391c;hb=22bd64173981bf1251c4b3bfc684207340534ba3;hp=68726dac84d122fce1bd2fe7284e1c60fcdd079b;hpb=e3e7c474f2d8b32fed4035d1b8e643a2b0ddc0aa;p=oota-llvm.git diff --git a/test/Linker/2002-07-17-GlobalFail.ll b/test/Linker/2002-07-17-GlobalFail.ll index 68726dac84d..d3283106f6e 100644 --- a/test/Linker/2002-07-17-GlobalFail.ll +++ b/test/Linker/2002-07-17-GlobalFail.ll @@ -1,8 +1,8 @@ -; RUN: as < %s > %t.bc -; RUN: echo | as > %t.tmp.bc -; RUN: link %t.tmp.bc %t.bc +; RUN: llvm-as < %s > %t.bc +; RUN: echo | llvm-as > %t.tmp.bc +; RUN: llvm-link %t.tmp.bc %t.bc -%X = constant int 5 -%Y = internal global [2 x int*] [ int* %X, int * %X] +@X = constant i32 5 ; [#uses=2] +@Y = internal global [2 x i32*] [ i32* @X, i32* @X ] ; <[2 x i32*]*> [#uses=0]