1 ## Check AArch64 st_other extension support.
3 # RUN: yaml2obj %s -o %t
4 # RUN: obj2yaml %t | FileCheck %s
8 # CHECK: Other: [ STO_AARCH64_VARIANT_PCS ]
10 # CHECK: Other: [ STO_AARCH64_VARIANT_PCS, 64 ]
20 Other: [ STO_AARCH64_VARIANT_PCS ]
22 Other: [ STO_AARCH64_VARIANT_PCS, 0x40 ]