brintos

brintos / llvm-project-archived public Read only

0
0
Text · 402 B · 556fb72 Raw
16 lines · yaml
1## Check we are able to parse/emit the ABI version with yaml2obj/obj2yaml.2 3# RUN: yaml2obj %s -o %t4# RUN: llvm-readobj --file-headers %t | FileCheck %s --check-prefix=FROMYAML5# RUN: obj2yaml %t | FileCheck %s --check-prefix=TOYAML6 7# FROMYAML: ABIVersion: 58# TOYAML:   ABIVersion: 0x59 10--- !ELF11FileHeader:12  Class:      ELFCLASS6413  Data:       ELFDATA2LSB14  Type:       ET_REL15  ABIVersion: 0x0516