Mercurial > hg > CbC > CbC_llvm
view test/MC/ARM/directive-arch-armv7-r.s @ 68:a37375f10d66
remove unnecessary comments
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 12 Feb 2014 01:06:33 +0900 |
parents | e4204d083e25 |
children | 54457678186b |
line wrap: on
line source
@ Test the .arch directive for armv7-r @ This test case will check the default .ARM.attributes value for the @ armv7-r architecture. @ RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=asm \ @ RUN: | FileCheck %s --check-prefix=CHECK-ASM @ RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=obj \ @ RUN: | llvm-readobj -s -sd | FileCheck %s --check-prefix=CHECK-OBJ .syntax unified .arch armv7-r @ CHECK-ASM: .arch armv7-r @ CHECK-OBJ: Name: .ARM.attributes @ CHECK-OBJ: Type: SHT_ARM_ATTRIBUTES (0x70000003) @ CHECK-OBJ: Flags [ (0x0) @ CHECK-OBJ: ] @ CHECK-OBJ: Address: 0x0 @ CHECK-OBJ: Offset: 0x34 @ CHECK-OBJ: Size: 29 @ CHECK-OBJ: Link: 0 @ CHECK-OBJ: Info: 0 @ CHECK-OBJ: AddressAlignment: 1 @ CHECK-OBJ: EntrySize: 0 @ CHECK-OBJ: SectionData ( @ CHECK-OBJ: 0000: 411C0000 00616561 62690001 12000000 |A....aeabi......| @ CHECK-OBJ: 0010: 05372D52 00060A07 52080109 02 |.7-R....R....| @ CHECK-OBJ: )