Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-ar / Inputs / elf.yaml
blobb124b295b8a5eaa1389954ba10dfe70f1217bc3f
1 --- !ELF
2 FileHeader:
3   Class:           ELFCLASS64
4   Data:            ELFDATA2LSB
5   Type:            ET_REL
6   Machine:         EM_X86_64
7 Sections:
8   - Name:            .text
9     Type:            SHT_PROGBITS
10     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
11     AddressAlign:    0x0000000000000004
12     Content:         ''
13   - Name:            .comment
14     Type:            SHT_PROGBITS
15     Flags:           [ SHF_MERGE, SHF_STRINGS ]
16     AddressAlign:    0x0000000000000001
17     Content:         00636C616E672076657273696F6E20332E392E3020287472756E6B203237333632342920286C6C766D2F7472756E6B203237333633362900
18   - Name:            .note.GNU-stack
19     Type:            SHT_PROGBITS
20     AddressAlign:    0x0000000000000001
21     Content:         ''
22 Symbols:
23   - Name:            '-'
24     Type:            STT_FILE
25 ...