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.
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
8 # CHECK:error: opcode_operands_table is not supported
10 .section .debug_macro,"",@progbits
12 .short 5 # Macro information version
13 .byte 4 # Flags: 32 bit, debug_line_offset absent, opcode_operands_table present