| @ Check multiple .fpu directives. |
| @ 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 \ |
| @ RUN: | llvm-readobj --arch-specific - \ |
| @ RUN: | FileCheck %s -check-prefix CHECK-ATTR |
| .fpu fp-armv8-fullfp16-d16 |
| .fpu fp-armv8-fullfp16-sp-d16 |
| .fpu crypto-neon-fp-armv8 |
| @ CHECK-ATTR: FileAttributes { |
| @ CHECK-ATTR: Attribute { |
| @ CHECK-ATTR: TagName: FP_arch |
| @ CHECK-ATTR: Description: VFPv4 |