llvm-6502/test/CodeGen
Ulrich Weigand dba37a3c43 Never use .lcomm on platforms where it does not accept an alignment
argument.  Instead, use a pair of .local and .comm directives.

This avoids spurious differences between binaries built by the
integrated assembler vs. those built by the external assembler,
since the external assembler may impose alignment requirements
on .lcomm symbols where the integrated assembler does not.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168704 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-27 16:11:16 +00:00
..
ARM Never use .lcomm on platforms where it does not accept an alignment 2012-11-27 16:11:16 +00:00
CPP
Generic
Hexagon
MBlaze
Mips
MSP430
NVPTX
PowerPC Rewrite test to not use a FileCheck variable and redefine it on the same line. 2012-11-26 14:09:46 +00:00
SPARC
Thumb
Thumb2
X86 Revert accidental commit. 2012-11-27 08:17:04 +00:00
XCore