OSDN Git Service

Update aosp/master LLVM for rebase to r230699.
[android-x86/external-llvm.git] / test / MC / ARM / directive-eabi_attribute-overwrite.s
1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
2 @ RUN:   | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
3
4         .syntax unified
5         .thumb
6         .eabi_attribute Tag_compatibility, 1, "aeabi"
7
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: }
15