[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git] / test / MC / ARM / directive-eabi_attribute-overwrite.s
blob194c77e6a75cf57271054ddb0dd61b567bad6569
1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
2 @ RUN: | llvm-readobj --arch-specific | FileCheck %s -check-prefix CHECK-ATTR
4 .syntax unified
5 .thumb
6 .eabi_attribute Tag_compatibility, 1, "aeabi"
8 @ CHECK-ATTR: FileAttributes {
9 @ CHECK-ATTR: Attribute {
10 @ CHECK-ATTR: Value: 1, aeabi
11 @ CHECK-ATTR: TagName: compatibility
12 @ CHECK-ATTR: Description: AEABI Conformant
13 @ CHECK-ATTR: }
14 @ CHECK-ATTR: }