Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / Inputs / include1a.yaml
blobf61e0e0877ec34c80d2fc324e2049172bbf56842
1 --- !COFF
2 header:
3   Machine:         IMAGE_FILE_MACHINE_AMD64
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:     B800000000506800000000680000000050E80000000050E800000000
10   - Name:            .drectve
11     Characteristics: [ IMAGE_SCN_LNK_INFO, IMAGE_SCN_LNK_REMOVE ]
12     Alignment:       1
13     SectionData:     2f696e636c7564653a666f6f00  # /include:foo
14 symbols:
15   - Name:            .text
16     Value:           0
17     SectionNumber:   1
18     SimpleType:      IMAGE_SYM_TYPE_NULL
19     ComplexType:     IMAGE_SYM_DTYPE_NULL
20     StorageClass:    IMAGE_SYM_CLASS_STATIC
21     SectionDefinition:
22       Length:          28
23       NumberOfRelocations: 4
24       NumberOfLinenumbers: 0
25       CheckSum:        0
26       Number:          0
27   - Name:            main
28     Value:           0
29     SectionNumber:   1
30     SimpleType:      IMAGE_SYM_TYPE_NULL
31     ComplexType:     IMAGE_SYM_DTYPE_NULL
32     StorageClass:    IMAGE_SYM_CLASS_EXTERNAL
33 ...