bolt/deps/llvm-18.1.8/lld/test/ELF/Inputs/aarch64-tls-ie.s
2025-02-14 19:21:04 +01:00

19 lines
235 B
ArmAsm

.text
.global foo
.section .tdata,"awT",%progbits
.align 2
.type foo, %object
.size foo, 4
foo:
.word 5
.text
.text
.global bar
.section .tdata,"awT",%progbits
.align 2
.type bar, %object
.size bar, 4
bar:
.word 5
.text