aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/ARM/gnu-type-hash.s
blob: ae5c47c567cd43b22ad90c8b7a32209cfa5ca18c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@ RUN: llvm-mc -triple arm-elf -filetype asm -o - %s | FileCheck %s

	.syntax unified

	.type TYPE #STT_FUNC
// CHECK: .type TYPE,%function

	.type type #function
// CHECK: .type type,%function

	.type comma_TYPE, #STT_FUNC
// CHECK: .type comma_TYPE,%function

	.type comma_type, #function
// CHECK: .type comma_type,%function