1## This test checks llvm-dwarfdump emits correct error diagnostics for the 2## unsupported case where the opcode_operands_table flag is present in the 3## 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 %s 7 8# CHECK:error: opcode_operands_table is not supported 9 10 .section .debug_macro,"",@progbits 11.Lcu_macro_begin0: 12 .short 5 # Macro information version 13 .byte 4 # Flags: 32 bit, debug_line_offset absent, opcode_operands_table present 14