1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll
Chris Lattner b5f4ad43d5 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.

llvm-svn: 18834
2004-12-12 20:34:06 +00:00

4 lines
91 B
LLVM

; RUN: llvm-as < %s | llc -march=ppc32 | not grep '.comm.*X,0'
%X = linkonce global {} {}