brintos

brintos / llvm-project-archived public Read only

0
0
Text · 598 B · 39e557e Raw
14 lines · plain
1## This test checks llvm-dwarfdump emits correct error diagnostics for the2## unsupported case where the opcode_operands_table flag is present in the3## debug_macro section header.4 5# RUN: llvm-mc -triple x86_64-unknown-linux -filetype=obj %s -o -| \6# RUN:   not llvm-dwarfdump -debug-macro - /dev/null 2>&1 | FileCheck %s7 8# CHECK:error: opcode_operands_table is not supported9 10	.section	.debug_macro,"",@progbits11.Lcu_macro_begin0:12	.short	5                      # Macro information version13	.byte	4                       # Flags: 32 bit, debug_line_offset absent, opcode_operands_table present14