Files
clang-p2996/lld/test/ELF/Inputs/relocation-copy-align.s
Rafael Espindola 69d1ca6af2 Fix alignment computation for copy relocs.
Fixes PR25798.

Thanks to Ed Maste for the bug report and suggested fix.

llvm-svn: 255307
2015-12-10 22:53:24 +00:00

10 lines
122 B
ArmAsm

.data
.balign 16
.zero 12
.type x,@object
.globl x
x:
.long 0
.size x, 4