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
6 lines
103 B
ArmAsm
6 lines
103 B
ArmAsm
.globl foo
|
|
.data
|
|
.p2align 2, 0
|
|
foo:
|
|
.long 42
|