Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / obj2yaml / ELF / shinfo.yaml
blob3c14f9eea0df0faef89206e60db88a35a53df6b7
1 # RUN: yaml2obj %s -o %t
2 # RUN: obj2yaml %t | FileCheck %s
4 ## Check obj2yaml is able to dump sh_info field of a section.
6 # CHECK:      - Name:            .test
7 # CHECK-NEXT:   Type:            SHT_PROGBITS
8 # CHECK-NEXT:   Info:            0x2A
10 --- !ELF
11 FileHeader:
12   Class: ELFCLASS64
13   Data:  ELFDATA2LSB
14   Type:  ET_REL
15 Sections:
16   - Name:            .test
17     Type:            SHT_PROGBITS
18     Info:            42