hanchenye-llvm-project/lld/test/elf/Inputs/x86-64-relocs.S

13 lines
237 B
ArmAsm

.text
.globl main
.align 16, 0x90
.type main,@function
main: # @main
call foo@PLT
ret
.globl foo
.type foo,@function
foo:
ret