Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / Inputs / include1c.yaml
blob6cf9db6e31851e1e05706e054cdc740eee70df36
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 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:          28
19       NumberOfRelocations: 4
20       NumberOfLinenumbers: 0
21       CheckSum:        0
22       Number:          0
23   - Name:            bar
24     Value:           0
25     SectionNumber:   1
26     SimpleType:      IMAGE_SYM_TYPE_NULL
27     ComplexType:     IMAGE_SYM_DTYPE_NULL
28     StorageClass:    IMAGE_SYM_CLASS_EXTERNAL
29 ...