Files
clang-p2996/lld/test/ELF/Inputs/relocation-copy-align-common.s
Fangrui Song 1eda21e214 [ELF][test] Make tests more tolerant to exact symbol addresses
Delete relocation-local.s and relocation-shared.s - covered by various tests

llvm-svn: 371514
2019-09-10 12:28:07 +00:00

8 lines
74 B
ArmAsm

.data
.global foo
.type foo, @object
.align 32
.size foo, 32
foo:
.quad 0