Chris Lattner | 34c7cee | 2003-08-24 19:23:31 +0000 | [diff] [blame] | 1 | ; Linking these a module with a specified pointer size to one without a |
2 | ; specified pointer size should not cause a warning! | ||||
3 | |||||
John Criswell | ac2595a0 | 2003-09-26 20:20:44 +0000 | [diff] [blame] | 4 | ; 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 Lattner | 34c7cee | 2003-08-24 19:23:31 +0000 | [diff] [blame] | 7 | |
8 | target pointersize = 64 | ||||
9 |