Files
clang-p2996/bolt/test/runtime/AArch64/Inputs/basic-instrumentation.s
Elvina Yakubova 83cb541f80 [BOLT][Instrumentation][test] Fix tests
Extend tests for instrumentation

Reviewed By: rafauler

Differential Revision: https://reviews.llvm.org/D151920
2023-08-24 19:34:58 +03:00

10 lines
139 B
ArmAsm

.globl main
.type main, %function
main:
sub sp, sp, #16
mov w0, wzr
str wzr, [sp, #12]
add sp, sp, #16
ret
.size main, .-main