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