17 lines · plain
1# RUN: llvm-mc -triple i386-unknown-linux %s -filetype=obj -o - | \2# RUN: not llvm-dwarfdump -debug-frame - 2>&1 | \3# RUN: FileCheck %s4 5# CHECK: .debug_frame contents:6# CHECK: 00000000 0000000c 12345678 FDE cie=<invalid offset> pc=00010000...000100107# CHECK: error: decoding the FDE opcodes into rows failed8# CHECK: error: unable to get CIE for FDE at offset 0x09 10 .section .debug_frame,"",@progbits11 .long .LFDE0end-.LFDE0id # Length12.LFDE0id:13 .long 0x12345678 # CIE pointer (invalid)14 .long 0x00010000 # Initial location15 .long 0x00000010 # Address range16.LFDE0end:17