1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
llvm-mirror/test/MC/ARM/directive-fpu.s
Fangrui Song b2d3b0af04 [llvm-readobj] Change -long-option to --long-option in tests. NFC
We use both -long-option and --long-option in tests. Switch to --long-option for consistency.

In the "llvm-readelf" mode, -long-option is discouraged as it conflicts with grouped short options and it is not accepted by GNU readelf.

While updating the tests, change llvm-readobj -s to llvm-readobj -S to reduce confusion ("s" is --section-headers in llvm-readobj but --symbols in llvm-readelf).

llvm-svn: 359649
2019-05-01 05:27:20 +00:00

27 lines
405 B
ArmAsm

@ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o - \
@ RUN: | llvm-readobj -S --sd | FileCheck %s
@ CHECK: Name: .ARM.attribute
@ CHECK: SectionData (
@ <format-version>
@ CHECK: 41
@ <section-length>
@ CHECK: 130000 00
@ <vendor-name> "aeabi\0"
@ CHECK: 616561 626900
@ <file-tag>
@ CHECK: 01
@ <size>
@ CHECK: 09000000
.fpu neon
@ CHECK: 0A03
@ CHECK: 0C01
@ CHECK: )