Relocations referring to merge sections are considered equal if they resolve to the same offset in the same output section. Differential Revision: https://reviews.llvm.org/D34094 llvm-svn: 305177
11 lines
144 B
ArmAsm
11 lines
144 B
ArmAsm
.section .rodata.str,"aMS",@progbits,1
|
|
.asciz "bar"
|
|
.asciz "baz"
|
|
foo:
|
|
.asciz "foo"
|
|
|
|
.section .text.f2,"ax"
|
|
.globl f2
|
|
f2:
|
|
lea foo+43(%rip), %rax
|