[NFC][analyzer][docs] Crosslink MallocChecker's ownership attributes (#121939)
[llvm-project.git] / llvm / test / DebugInfo / AArch64 / stack-tagging-cfi.s
blobd63cb1a90cea0e4033b8e807debb71b554a7c472
1 # REQUIRES: aarch64-registered-target
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
6 # CHECK: Augmentation: "zRG"
8 .text
9 .globl WithUnwind
10 .p2align 2
11 .type WithUnwind,@function
12 WithUnwind:
13 .cfi_startproc
14 .cfi_mte_tagged_frame
15 ret
16 .Lfunc_end0:
17 .size WithUnwind, .Lfunc_end0-WithUnwind
18 .cfi_endproc