You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
455 B
23 lines
455 B
4 months ago
|
@ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
|
||
|
@ RUN: | llvm-readobj -arm-attributes | FileCheck %s
|
||
|
|
||
|
.syntax unified
|
||
|
|
||
|
.object_arch armv4
|
||
|
.arch armv7
|
||
|
|
||
|
@ CHECK: FileAttributes {
|
||
|
@ CHECK: Attribute {
|
||
|
@ CHECK: Tag: 5
|
||
|
@ CHECK: TagName: CPU_name
|
||
|
@ CHECK: Value: 7
|
||
|
@ CHECK: }
|
||
|
@ CHECK: Attribute {
|
||
|
@ CHECK: Tag: 6
|
||
|
@ CHEKC: Value: 1
|
||
|
@ CHECK: TagName: CPU_arch
|
||
|
@ CHECK: Description: ARM v4
|
||
|
@ CHECK: }
|
||
|
@ CHECK: }
|
||
|
|