14 lines · plain
1## Check we do not support .eh_frame sections of version 0.2 3# RUN: llvm-mc -triple x86_64-unknown-linux %s -filetype=obj -o %t4# RUN: llvm-dwarfdump -debug-frame %t 2>&1 | FileCheck %s5 6# CHECK: unsupported CIE version7 8.section .eh_frame,"a",@unwind9 .long .Lend - .LCIEptr ## Length10.LCIEptr:11 .long 0x00000000 ## CIE ID12 .byte 0 ## Version13.Lend:14