brintos

brintos / llvm-project-archived public Read only

0
0
Text · 502 B · ad20a65 Raw
23 lines · yaml
1## Check AArch64 st_other extension support.2 3# RUN: yaml2obj %s -o %t4# RUN: obj2yaml %t | FileCheck %s5 6# CHECK: Symbols:7# CHECK:  - Name:  foo18# CHECK:    Other: [ STO_AARCH64_VARIANT_PCS ]9# CHECK:  - Name:  foo210# CHECK:    Other: [ STO_AARCH64_VARIANT_PCS, 64 ]11 12--- !ELF13FileHeader:14  Class:   ELFCLASS6415  Data:    ELFDATA2LSB16  Type:    ET_REL17  Machine: EM_AARCH6418Symbols:19  - Name:  foo120    Other: [ STO_AARCH64_VARIANT_PCS ]21  - Name:  foo222    Other: [ STO_AARCH64_VARIANT_PCS, 0x40 ]23