brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · eae6dbd Raw
39 lines · plain
1# RUN: yaml2obj %s -o %t.obj2# RUN: lld-link /out:%t.exe /entry:main /subsystem:console %t.obj3 4--- !COFF5header:6  Machine:         IMAGE_FILE_MACHINE_AMD647  Characteristics: []8sections:9  - Name:            .text10    Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]11    Alignment:       412    SectionData:     B82A000000C313symbols:14  - Name:            .text15    Value:           016    SectionNumber:   117    SimpleType:      IMAGE_SYM_TYPE_NULL18    ComplexType:     IMAGE_SYM_DTYPE_NULL19    StorageClass:    IMAGE_SYM_CLASS_STATIC20    SectionDefinition:21      Length:          622      NumberOfRelocations: 023      NumberOfLinenumbers: 024      CheckSum:        025      Number:          026  - Name:            main27    Value:           028    SectionNumber:   129    SimpleType:      IMAGE_SYM_TYPE_NULL30    ComplexType:     IMAGE_SYM_DTYPE_NULL31    StorageClass:    IMAGE_SYM_CLASS_EXTERNAL32  - Name:            debug33    Value:           034    SectionNumber:   -235    SimpleType:      IMAGE_SYM_TYPE_NULL36    ComplexType:     IMAGE_SYM_DTYPE_NULL37    StorageClass:    IMAGE_SYM_CLASS_EXTERNAL38...39