mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 20:34:58 +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. llvm-svn: 18834
This commit is contained in:
parent
dc33000e67
commit
b5f4ad43d5
@ -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