hanchenye-llvm-project/lld/test/ELF/Inputs/copy-rel-pie.s

12 lines
108 B
ArmAsm

.data
.global foo
.type foo, @object
.size foo, 4
foo:
.long 0
.text
.global bar
.type bar, @function
bar: