[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / tools / obj2yaml / elf-entsize.yaml
blob7d8b6c84558fa9ee2823e1cb6d81aedc1707aa5a
1 # RUN: yaml2obj %s -o %t
2 # RUN: obj2yaml %t | FileCheck %s
4 ## Check obj2yaml is able to dump sh_entsize field of a section.
6 # CHECK:      - Name:            .rodata.cst4
7 # CHECK-NEXT:   Type:            SHT_PROGBITS
8 # CHECK-NEXT:   Flags:           [ SHF_ALLOC, SHF_MERGE ]
9 # CHECK-NEXT:   EntSize:         0x0000000000000004
11 --- !ELF
12 FileHeader:
13   Class:           ELFCLASS64
14   Data:            ELFDATA2LSB
15   Type:            ET_REL
16   Machine:         EM_X86_64
17 Sections:
18   - Name:            .rodata.cst4
19     Type:            SHT_PROGBITS
20     Flags:           [ SHF_ALLOC, SHF_MERGE ]
21     EntSize:         0x0000000000000004