Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-objcopy / COFF / Inputs / no-symbol-table.yaml
blob364db51aebcb7752c7d7c320b651c8c4f0286f69
1 --- !COFF
2 header:
3   Machine:         IMAGE_FILE_MACHINE_AMD64
4   Characteristics: []
5 sections:
6   - Name:            .text
7     Characteristics: []
8 # We define a symbol here and override the symbol table pointer in the test to
9 # get an object with symbols but without a symbol table.
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 ...