[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / eh-frame-cfi-b-key.s
blobfffa23512d316c48eb515160fad71e53f1e79b57
1 // REQUIRES: aarch64
2 // RUN: llvm-mc -filetype=obj -triple aarch64 %s -o %t.o
3 // RUN: ld.lld %t.o -o %t --icf=all --eh-frame-hdr
5 .globl _start
6 _start:
7 .cfi_startproc
8 .cfi_b_key_frame
9 .cfi_endproc