Files
clang-p2996/bolt/test/runtime/X86/Inputs/basic-instrumentation.s
Rafael Auler 2f3285989e [BOLT] Fix tailcall-traps and basic-instr tests on ubuntu
Summary: These tests are failing on opensource ubuntu.

(cherry picked from FBD32514489)
2021-11-17 15:38:36 -08:00

10 lines
126 B
ArmAsm

.globl main
.type main, %function
main:
pushq %rbp
movq %rsp, %rbp
movl $0x0, %eax
popq %rbp
retq
.size main, .-main