mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
New testcase that the PPC backend miscompiles. It is emitting
.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
This commit is contained in:
parent
8363ad6bfc
commit
081da56e9e
3
test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll
Normal file
3
test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll
Normal file
@ -0,0 +1,3 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | not grep '.comm.*X,0'
|
||||
|
||||
%X = linkonce global {} {}
|
Loading…
x
Reference in New Issue
Block a user