1# REQUIRES: aarch64-registered-target 2 3# RUN: llvm-mc -filetype=obj -triple aarch64-elfs -mattr=+mte %s -o %t.o 4# RUN: llvm-dwarfdump --eh-frame %t.o | FileCheck %s 5 6# CHECK: Augmentation: "zRG" 7 8 .text 9 .globl WithUnwind 10 .p2align 2 11 .type WithUnwind,@function 12WithUnwind: 13 .cfi_startproc 14 .cfi_mte_tagged_frame 15 ret 16.Lfunc_end0: 17 .size WithUnwind, .Lfunc_end0-WithUnwind 18 .cfi_endproc 19