[test] Change llvm-readobj --arm-attributes to --arch-specific after r373125

llvm-svn: 373179
This commit is contained in:
Fangrui Song 2019-09-30 04:45:14 +00:00
parent 4006434ed1
commit 34f9e98aae
38 changed files with 48 additions and 48 deletions

View File

@ -2,9 +2,9 @@
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O0 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O0 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=CHECK-OBJ
; CHECK: .eabi_attribute 30, 4 @ Tag_ABI_optimization_goals
; CHECK-OBJ: TagName: ABI_optimization_goals

View File

@ -2,9 +2,9 @@
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O0 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O0 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s
; CHECK-NOT: .eabi_attribute 30
; CHECK-NOT: Tag_ABI_optimization_goals

View File

@ -2,9 +2,9 @@
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O0 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O0 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=CHECK-OBJ
; CHECK: .eabi_attribute 30, 6 @ Tag_ABI_optimization_goals
; CHECK-OBJ: TagName: ABI_optimization_goals

View File

@ -2,9 +2,9 @@
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 | FileCheck %s
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O0 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O0 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=CHECK-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=CHECK-OBJ
; CHECK: .eabi_attribute 30, 3 @ Tag_ABI_optimization_goals
; CHECK-OBJ: TagName: ABI_optimization_goals

View File

@ -2,9 +2,9 @@
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 | FileCheck %s --check-prefix=SPEED
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 | FileCheck %s --check-prefix=MAXSPEED
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O0 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=NONE-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=SPEED-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 -filetype obj -o - | llvm-readobj --arm-attributes - | FileCheck %s --check-prefix=MAXSPEED-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O0 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=NONE-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=SPEED-OBJ
; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O3 -filetype obj -o - | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=MAXSPEED-OBJ
; NONE: .eabi_attribute 30, 5 @ Tag_ABI_optimization_goals
; SPEED: .eabi_attribute 30, 1 @ Tag_ABI_optimization_goals

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv2

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv2a

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv3

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv3m

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv4

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv4t

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv5

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv5t

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv5te

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv6-m

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv6

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv6k

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv6t2

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv6z

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv7-a

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv7-m

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv7-r

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv7

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv7a

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv7e-m

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv7em

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv7m

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv7r

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv8-a

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv8.2-a

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch armv8a

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch iwmmxt

View File

@ -6,7 +6,7 @@
@ RUN: llvm-mc -triple arm-eabi -filetype asm %s \
@ RUN: | FileCheck %s -check-prefix CHECK-ASM
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.arch iwmmxt2

View File

@ -1,5 +1,5 @@
@ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
@ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
.syntax unified
.thumb

View File

@ -1,6 +1,6 @@
@ RUN: llvm-mc -triple armv7-elf -filetype asm -o - %s | FileCheck %s
@ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o - \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s --check-prefix=CHECK-OBJ
@ RUN: | llvm-readobj --arch-specific | FileCheck %s --check-prefix=CHECK-OBJ
.syntax unified
.thumb

View File

@ -3,7 +3,7 @@
@ The later .fpu directive should overwrite the earlier one.
@ We also check here that all the .fpu directives that we expect to work do work
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s | llvm-readobj --arm-attributes \
@ RUN: llvm-mc -triple arm-eabi -filetype obj %s | llvm-readobj --arch-specific \
@ RUN: | FileCheck %s -check-prefix CHECK-ATTR
.fpu none

View File

@ -1,5 +1,5 @@
@ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s
@ RUN: | llvm-readobj --arch-specific | FileCheck %s
.syntax unified

View File

@ -1,5 +1,5 @@
@ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
@ RUN: | llvm-readobj --arm-attributes | FileCheck %s
@ RUN: | llvm-readobj --arch-specific | FileCheck %s
.syntax unified