Updated these tests so that they use the new temporary directory as opposed
[oota-llvm.git] / test / Linker / 2002-07-17-GlobalFail.ll
1 ; RUN: llvm-as < %s > %t.bc
2 ; RUN: echo | llvm-as > %t.tmp.bc
3 ; RUN: llvm-link %t.tmp.bc %t.bc
4
5 %X = constant int 5
6 %Y = internal global [2 x int*] [ int* %X, int * %X]
7
8