brintos

brintos / llvm-project-archived public Read only

0
0
Text · 413 B · 82ed2f5 Raw
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