[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / eh-frame-cfi-b-key.s
blob406674e8b5c8dae46ccb3e5816a65296bb3982b8
1 // REQUIRES: aarch64
2 // RUN: llvm-mc -filetype=obj -triple aarch64-arm-none-eabi %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