Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-objcopy / ELF / Inputs / ihex-elf-pt-null.yaml
blob294647e60dc8342567990c9b60eb05253379bfbf
1 !ELF
2 FileHeader:
3   Class:           ELFCLASS64
4   Data:            ELFDATA2LSB
5   Type:            ET_EXEC
6   Machine:         EM_X86_64
7 Sections:
8   - Name:            .text
9     Type:            SHT_PROGBITS
10     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
11     Address:         0x0
12     AddressAlign:    0x8
13     Content:         "0001020304"
14 ProgramHeaders:
15   - Type:     PT_NULL
16     Flags:    [ PF_X, PF_R ]
17     VAddr:    0xF00000000
18     PAddr:    0x100000
19     FirstSec: .text
20     LastSec:  .text