brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · 6812f72 Raw
37 lines · plain
1# REQUIRES: x862# RUN: yaml2obj %s -o %t.obj3# RUN: lld-link /out:%t.exe /entry:main %t.obj4# RUN: llvm-as -o %t.lto.obj %S/Inputs/entry-mangled.ll5# RUN: lld-link /out:%t.exe /entry:main %t.lto.obj6 7--- !COFF8header:9  Machine:         IMAGE_FILE_MACHINE_AMD6410  Characteristics: []11sections:12  - Name:            .text13    Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]14    Alignment:       415    SectionData:     00000000000016symbols: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      Selection:       IMAGE_COMDAT_SELECT_ANY30  - Name:            '?main@@YAHXZ'31    Value:           032    SectionNumber:   133    SimpleType:      IMAGE_SYM_TYPE_NULL34    ComplexType:     IMAGE_SYM_DTYPE_FUNCTION35    StorageClass:    IMAGE_SYM_CLASS_EXTERNAL36...37