blob: 4c6e8f869e17fa628cafc8c2ac7f8dc8c5a17e15 [file] [log] [blame]
Reid Spencerdeb4d5a2006-12-31 06:02:00 +00001; RUN: llvm-upgrade < %s | llvm-as > %t.out2.bc
2; RUN: echo "%me = global int* null" | llvm-upgrade | llvm-as > %t.out1.bc
Reid Spencer6c38d942007-04-15 18:11:57 +00003; RUN: llvm-link %t.out1.bc %t.out2.bc -o /dev/null -f
Chris Lattnerc8cc3d5102004-02-17 21:58:29 +00004
5%me = weak global int * null
6
7