[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / DebugInfo / X86 / eh-frame-invalid-version.s
blob2b41349c98bda2c7fb5332b3543efe3ca4d2898f
1 ## Check we do not support .eh_frame sections of versions greater than 1.
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 2 ## Version
13 .Lend: