mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
b6cb66f1c3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8545 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
|