Home | History | Annotate | Download | only in ARM
      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 
     16