mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
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
|
|
|