xref: /llvm-project/llvm/test/MC/ELF/cfi-sections-empty.s (revision 880c9c56c1172418853cc81eeced492b4f0cefc2)
1# RUN: llvm-mc -filetype=obj -triple x86_64 %s | llvm-readelf -S - | FileCheck %s
2
3# CHECK:      Section Headers:
4# CHECK-NOT:  .eh_frame
5# CHECK-NOT:  .debug_frame
6
7.cfi_sections
8
9## .cfi_startproc and .cfi_endproc are ignored.
10.cfi_startproc
11nop
12.cfi_endproc
13