Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / ELF / cfi-sections-empty.s
blob2b4b0468275e658f882eabfff93bf48954ae6e7d
1 # RUN: llvm-mc -filetype=obj -triple x86_64 %s | llvm-readelf -S - | FileCheck %s
3 # CHECK: Section Headers:
4 # CHECK-NOT: .eh_frame
5 # CHECK-NOT: .debug_frame
7 .cfi_sections
9 ## .cfi_startproc and .cfi_endproc are ignored.
10 .cfi_startproc
11 nop
12 .cfi_endproc