xref: /llvm-project/llvm/test/DebugInfo/AArch64/stack-tagging-cfi.s (revision a2695c3fe1b7d78de9c15766a6751e919e139f53)
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