brintos

brintos / llvm-project-archived public Read only

0
0
Text · 826 B · 8e4ab54 Raw
25 lines · plain
1# RUN: yaml2obj %s -o %t.obj2# RUN: lld-link -safeseh:no /subsystem:console /out:%t.exe %t.obj3 4--- !COFF5header:6  Machine:         IMAGE_FILE_MACHINE_I3867  Characteristics: []8sections:9  - Name:            .text10    Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]11    Alignment:       412    SectionData:     B800000000506800000000680000000050E80000000050E80000000013  - Name:            .drectve14    Characteristics: [ IMAGE_SCN_LNK_INFO, IMAGE_SCN_LNK_REMOVE ]15    Alignment:       116    SectionData:     2f656e7472793a437573746f6d456e74727900 # /entry:CustomEntry17symbols:18  - Name:            _CustomEntry19    Value:           020    SectionNumber:   121    SimpleType:      IMAGE_SYM_TYPE_NULL22    ComplexType:     IMAGE_SYM_DTYPE_NULL23    StorageClass:    IMAGE_SYM_CLASS_EXTERNAL24...25