brintos

brintos / llvm-project-archived public Read only

0
0
Text · 517 B · 05f87a1 Raw
13 lines · plain
1## The test checks that llvm-dwarfdump can handle a malformed input file without2## crashing.3 4# RUN: llvm-mc -triple x86_64 %s -filetype=obj -o %t5# RUN: not llvm-dwarfdump -debug-rnglists %t 2>&1 | FileCheck %s6 7# CHECK: error: .debug_rnglists table at offset 0x0 has too small length (0x4) to contain a complete header8 9## An assertion used to trigger in the debug build of the DebugInfo/DWARF 10## library if the unit length field in a range list table was 0.11    .section .debug_rnglists,"",@progbits12    .long 013