mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-10 17:07:06 +00:00
081da56e9e
.comm _X,0 For X, which makes the linker thing that X is never defined. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18834 91177308-0d34-0410-b5e6-96231b3b80d8
4 lines
91 B
LLVM
4 lines
91 B
LLVM
; RUN: llvm-as < %s | llc -march=ppc32 | not grep '.comm.*X,0'
|
|
|
|
%X = linkonce global {} {}
|