Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / Inputs / import.yaml
blobb7ae026de29be57979994320feb9f618c35e6f38
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:     0000000000000000
10     Relocations:
11       - VirtualAddress:  0
12         SymbolName:      exportfn1
13         Type:            IMAGE_REL_AMD64_ADDR32NB
14       - VirtualAddress:  4
15         SymbolName:      exportfn2
16         Type:            IMAGE_REL_AMD64_ADDR32NB
17 symbols:
18   - Name:            .text
19     Value:           0
20     SectionNumber:   1
21     SimpleType:      IMAGE_SYM_TYPE_NULL
22     ComplexType:     IMAGE_SYM_DTYPE_NULL
23     StorageClass:    IMAGE_SYM_CLASS_STATIC
24     SectionDefinition:
25       Length:          8
26       NumberOfRelocations: 2
27       NumberOfLinenumbers: 0
28       CheckSum:        0
29       Number:          0
30   - Name:            main
31     Value:           0
32     SectionNumber:   1
33     SimpleType:      IMAGE_SYM_TYPE_NULL
34     ComplexType:     IMAGE_SYM_DTYPE_FUNCTION
35     StorageClass:    IMAGE_SYM_CLASS_EXTERNAL
36   - Name:            exportfn1
37     Value:           0
38     SectionNumber:   0
39     SimpleType:      IMAGE_SYM_TYPE_NULL
40     ComplexType:     IMAGE_SYM_DTYPE_NULL
41     StorageClass:    IMAGE_SYM_CLASS_EXTERNAL
42   - Name:            exportfn2
43     Value:           0
44     SectionNumber:   0
45     SimpleType:      IMAGE_SYM_TYPE_NULL
46     ComplexType:     IMAGE_SYM_DTYPE_NULL
47     StorageClass:    IMAGE_SYM_CLASS_EXTERNAL
48 ...