Files
clang-p2996/bolt/test/Inputs/asm_foo.s
Elvina Yakubova 4a4045f740 [PR] Fix update-debug-sections for AArch64
Summary:
This patch adds AArch64 relocations handling in case updating of
debug sections is enabled

Elvina Yakubova,
Advanced Software Technology Lab, Huawei

(cherry picked from FBD33077609)
2021-12-08 16:53:38 +03:00

16 lines
133 B
ArmAsm

.text
.globl foo
.type foo, @function
foo:
nop
nop
nop
nop
nop
nop
nop
nop
ret
.size foo, .-foo