summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/Inputs/COFF/empty-drectve.yaml
blob: af288807e3ad7f0597ff4f00bab8f0e114f8d6fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- !COFF
header:
  Machine:           IMAGE_FILE_MACHINE_I386
sections:
  - Name:            .drectve
    Characteristics: [ IMAGE_SCN_LNK_INFO, IMAGE_SCN_LNK_REMOVE ]
    SectionData:     ''
symbols:
  - Name:            .drectve
    Value:           0
    SectionNumber:   1
    SimpleType:      IMAGE_SYM_TYPE_NULL
    ComplexType:     IMAGE_SYM_DTYPE_NULL
    StorageClass:    IMAGE_SYM_CLASS_STATIC
OpenPOWER on IntegriCloud