[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / tools / obj2yaml / elf-shinfo.yaml
blob6187cdbae92852b8facaee348d1f1f12bf623325
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:            0x000000000000002A
10 --- !ELF
11 FileHeader:
12   Class:           ELFCLASS64
13   Data:            ELFDATA2LSB
14   Type:            ET_REL
15   Machine:         EM_X86_64
16 Sections:
17   - Name:            .test
18     Type:            SHT_PROGBITS
19     Info:            42