a038a98ef3c3303862ed3dfae09dcca7ac64d7ef
[oota-llvm.git] / test / Linker / 2003-08-24-InheritPtrSize.ll
1 ; Linking these a module with a specified pointer size to one without a 
2 ; specified pointer size should not cause a warning!
3
4 ; RUN: as < %s > Output/%s.out1.bc
5 ; RUN: echo "" | as > Output/%s.out2.bc
6 ; RUN: link Output/%s.out[12].bc 2>&1 | not grep WARNING
7
8 target pointersize = 64
9