brintos

brintos / llvm-project-archived public Read only

0
0
Text · 420 B · 3c14f9e Raw
19 lines · yaml
1# RUN: yaml2obj %s -o %t2# RUN: obj2yaml %t | FileCheck %s3 4## Check obj2yaml is able to dump sh_info field of a section.5 6# CHECK:      - Name:            .test7# CHECK-NEXT:   Type:            SHT_PROGBITS8# CHECK-NEXT:   Info:            0x2A9 10--- !ELF11FileHeader:12  Class: ELFCLASS6413  Data:  ELFDATA2LSB14  Type:  ET_REL15Sections:16  - Name:            .test17    Type:            SHT_PROGBITS18    Info:            4219