[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / MC / ELF / ARM / gnu-type-hash.s
blobae5c47c567cd43b22ad90c8b7a32209cfa5ca18c
1 @ RUN: llvm-mc -triple arm-elf -filetype asm -o - %s | FileCheck %s
3 .syntax unified
5 .type TYPE #STT_FUNC
6 // CHECK: .type TYPE,%function
8 .type type #function
9 // CHECK: .type type,%function
11 .type comma_TYPE, #STT_FUNC
12 // CHECK: .type comma_TYPE,%function
14 .type comma_type, #function
15 // CHECK: .type comma_type,%function