brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1012 B · 88fe421 Raw
36 lines · plain
1# RUN: yaml2obj %s -o %t.obj2# RUN: not lld-link /out:%t.exe %t.obj /verbose > %t.log 2>&13# RUN: FileCheck %s < %t.log4 5# CHECK: Entry name inferred: _WinMainCRTStartup6 7--- !COFF8header:9  Machine:         IMAGE_FILE_MACHINE_I38610  Characteristics: []11sections:12  - Name:            .text13    Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]14    Alignment:       415    SectionData:     B82A000000C316symbols:17  - Name:            .text18    Value:           019    SectionNumber:   120    SimpleType:      IMAGE_SYM_TYPE_NULL21    ComplexType:     IMAGE_SYM_DTYPE_NULL22    StorageClass:    IMAGE_SYM_CLASS_STATIC23    SectionDefinition:24      Length:          625      NumberOfRelocations: 026      NumberOfLinenumbers: 027      CheckSum:        028      Number:          029  - Name:            _WinMain@1630    Value:           031    SectionNumber:   132    SimpleType:      IMAGE_SYM_TYPE_NULL33    ComplexType:     IMAGE_SYM_DTYPE_NULL34    StorageClass:    IMAGE_SYM_CLASS_EXTERNAL35...36