Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-lib / Inputs / arm64x.yaml
blob424a16a644a2c890a42981db8f304d71a1f16c3b
1 --- !COFF
2 header:
3   Machine:         IMAGE_FILE_MACHINE_ARM64X
4   Characteristics: [  ]
5 sections:
6   - Name:            .text
7     Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
8     Alignment:       4
9     SectionData:     ''
10 symbols:
11   - Name:            .text
12     Value:           0
13     SectionNumber:   1
14     SimpleType:      IMAGE_SYM_TYPE_NULL
15     ComplexType:     IMAGE_SYM_DTYPE_NULL
16     StorageClass:    IMAGE_SYM_CLASS_STATIC
17     SectionDefinition:
18       Length:          0
19       NumberOfRelocations: 0
20       NumberOfLinenumbers: 0
21       CheckSum:        0
22       Number:          1
23 ...