blob: dc446155ff74f5d65a26490e9ab2a74ab31e2dab [file] [log] [blame]
Chris Lattner34c7cee2003-08-24 19:23:31 +00001; Linking these a module with a specified pointer size to one without a
2; specified pointer size should not cause a warning!
3
John Criswellac2595a02003-09-26 20:20:44 +00004; RUN: llvm-as < %s > %t.out1.bc
5; RUN: echo "" | llvm-as > %t.out2.bc
6; RUN: llvm-link %t.out[12].bc 2>&1 | not grep WARNING
Chris Lattner34c7cee2003-08-24 19:23:31 +00007
8target pointersize = 64
9