20 lines · plain
1# REQUIRES: aarch642 3# RUN: llvm-mc -filetype=obj -triple aarch64 -mattr=+mte %s -o %t.o4# RUN: ld.lld --eh-frame-hdr %t.o -o %t5# RUN: llvm-objdump --dwarf=frames %t | FileCheck %s6 7# CHECK: Augmentation: "zRG"8 9 .text10 .globl WithUnwind11 .p2align 212 .type WithUnwind,@function13WithUnwind:14 .cfi_startproc15 .cfi_mte_tagged_frame16 ret17.Lfunc_end0:18 .size WithUnwind, .Lfunc_end0-WithUnwind19 .cfi_endproc20