[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / MC / ELF / ARM / gnu-type-hash-diagnostics.s
blob7dc656d5a4d76b2bb40b73a4a21458d5f297d1ec
1 @ RUN: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
3 .syntax unified
5 .type TYPE #32
6 // CHECK: error: expected symbol type in directive
7 // CHECK: .type TYPE #32
8 // CHECK: ^
10 // For ARM, the comment character is '@', so we don't list '@<type>' as a
11 // valid option.
12 .section "foo", "a", @progbits
13 // CHECK: error: expected '%<type>' or "<type>"