]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/tools/llvm-dwarfdump/X86/debug_frame_GNU_args_size.s
Vendor import of llvm trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / test / tools / llvm-dwarfdump / X86 / debug_frame_GNU_args_size.s
1 # RUN: llvm-mc %s -filetype=obj -triple=i686-pc-linux -o %t
2 # RUN: llvm-dwarfdump -v %t | FileCheck %s
3
4 # CHECK:      .eh_frame contents:
5 # CHECK:        00000018 00000010 0000001c FDE cie=0000001c pc=00000000...00000000
6 # CHECK-NEXT:     DW_CFA_GNU_args_size: +16
7 # CHECK-NEXT:     DW_CFA_nop:
8
9 .text
10 .globl foo
11 .type  foo,@function
12 foo:
13  .cfi_startproc
14  .cfi_escape 0x2e, 0x10
15  .cfi_endproc