Add PPC test for r227481, but XFAIL because this is actually more work than it appear...
[oota-llvm.git] / test / Linker / 2002-07-17-GlobalFail.ll
index bc12fe9f42f09937423c9b4273b57df1f77ffa88..d3283106f6ecbb74666d9e898213022c164d391c 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: as < %s > Output/%s.bc
-; RUN: echo | as > Output/%s.tmp.bc
-; RUN: link Output/%s.tmp.bc Output/%s.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            ; <i32*> [#uses=2]
+@Y = internal global [2 x i32*] [ i32* @X, i32* @X ]           ; <[2 x i32*]*> [#uses=0]