mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
cd4041417b
llvm-svn: 8545
10 lines
300 B
LLVM
10 lines
300 B
LLVM
; Linking these a module with a specified pointer size to one without a
|
|
; specified pointer size should not cause a warning!
|
|
|
|
; RUN: llvm-as < %s > Output/%s.out1.bc
|
|
; RUN: echo "" | llvm-as > Output/%s.out2.bc
|
|
; RUN: llvm-link Output/%s.out[12].bc 2>&1 | not grep WARNING
|
|
|
|
target pointersize = 64
|
|
|