Files
clang-p2996/lld/test/elf/Inputs/gotpcrel.S
Michael J. Spencer 359b6ff6bb [ELF] Implement GOTPCREL for defined atoms.
llvm-svn: 174426
2013-02-05 19:14:28 +00:00

12 lines
280 B
ArmAsm

.text
.globl main
.align 16, 0x90
.type main,@function
main: # @main
movq blah@GOTPCREL(%rip), %rax
movq main@GOTPCREL(%rip), %rax
ret
.weak blah
.type blah,@function