summaryrefslogtreecommitdiff
path: root/test/MC/ARM/directive-eabi_attribute-overwrite.s
blob: 3e257dbe9d5168bffdc893dab5203fa3b36ae45c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -s -sd \
@ RUN:   | FileCheck %s

	.syntax unified
	.thumb

	.eabi_attribute Tag_compatibility, 1
	.eabi_attribute Tag_compatibility, 1, "aeabi"

@ CHECK: Section {
@ CHECK:   Name: .ARM.attributes
@ CHECK:   Type: SHT_ARM_ATTRIBUTES
@ CHECK:   SectionData (
@ CHECK:     0000: 41170000 00616561 62690001 0D000000
@ CHECK:     0010: 20014145 41424900
@ CHECK:   )
@ CHECK: }