llvm-project/lld/test/ELF/eh-frame-cfi-b-key.s

10 lines
211 B
ArmAsm

// REQUIRES: aarch64
// RUN: llvm-mc -filetype=obj -triple aarch64-arm-none-eabi %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