bolt/deps/llvm-18.1.8/lld/test/ELF/eh-frame-cfi-b-key.s
2025-02-14 19:21:04 +01:00

9 lines
197 B
ArmAsm

// REQUIRES: aarch64
// RUN: llvm-mc -filetype=obj -triple aarch64 %s -o %t.o
// RUN: ld.lld %t.o -o %t --icf=all --eh-frame-hdr
.globl _start
_start:
.cfi_startproc
.cfi_b_key_frame
.cfi_endproc