Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / tools / yaml2obj / elf-abiversion.yaml
blob0aab621d257934ff7a7354c591ae2043fa47fc2c
1 # RUN: yaml2obj %s -o %t
2 # RUN: llvm-readobj --file-headers %t | FileCheck %s --check-prefix=FROMYAML
3 # RUN: obj2yaml %t | FileCheck %s --check-prefix=TOYAML
5 ## Check we are able to parse/emit the ABI version with yaml2obj/obj2yaml.
7 # FROMYAML: ABIVersion: 5
8 # TOYAML:   ABIVersion: 0x05
10 --- !ELF
11 FileHeader:
12   Class:           ELFCLASS64
13   Data:            ELFDATA2LSB
14   Type:            ET_REL
15   Machine:         EM_X86_64
16   ABIVersion:      0x05