Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / DebugInfo / X86 / eh-frame-invalid-version-zero.s
blob92abf1181f602d84b2eae507e849315ef9db6972
1 ## Check we do not support .eh_frame sections of version 0.
3 # RUN: llvm-mc -triple x86_64-unknown-linux %s -filetype=obj -o %t
4 # RUN: llvm-dwarfdump -debug-frame %t 2>&1 | FileCheck %s
6 # CHECK: unsupported CIE version
8 .section .eh_frame,"a",@unwind
9 .long .Lend - .LCIEptr ## Length
10 .LCIEptr:
11 .long 0x00000000 ## CIE ID
12 .byte 0 ## Version
13 .Lend: