Files
clang-p2996/lld/test/COFF/Inputs/common-replacement.s
Martin Storsjo 214d69975c [COFF] Remove a superfluous warning about aligncomm for non-common symbols
It's not an error if a common symbol (uninitialized data, with alignment
specified via the aligncomm directive) is replaced with a regular
one with initialized data (with alignment specified via the section
chunk).

Differential Revision: https://reviews.llvm.org/D50268

llvm-svn: 339049
2018-08-06 19:49:18 +00:00

6 lines
103 B
ArmAsm

.globl foo
.data
.p2align 2, 0
foo:
.long 42