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=00000000 pc=00000000...00000000 6# CHECK-NEXT: Format: DWARF32 7# CHECK-NEXT: DW_CFA_GNU_args_size: +16 8# CHECK-NEXT: DW_CFA_nop: 9 10.text 11.globl foo 12.type foo,@function 13foo: 14 .cfi_startproc 15 .cfi_escape 0x2e, 0x10 16 .cfi_endproc 17