brintos

brintos / llvm-project-archived public Read only

0
0
Text · 798 B · 4301856 Raw
27 lines · plain
1# RUN: yaml2obj %s -o %t.obj2# RUN: lld-link -safeseh:no /dll /noentry /debug %t.obj 2>&1 | FileCheck %s3 4# CHECK: ignoring section .debug$S with unrecognized magic 0x15 6--- !COFF7header:8  Machine:         IMAGE_FILE_MACHINE_I3869  Characteristics: []10sections:11  - Name:            '.debug$S'12    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_DISCARDABLE, IMAGE_SCN_MEM_READ ]13    SectionData:     0100000014symbols:15  - Name:            '.debug$S'16    Value:           017    SectionNumber:   118    SimpleType:      IMAGE_SYM_TYPE_NULL19    ComplexType:     IMAGE_SYM_DTYPE_NULL20    StorageClass:    IMAGE_SYM_CLASS_STATIC21    SectionDefinition:22      Length:          423      NumberOfRelocations: 024      NumberOfLinenumbers: 025      CheckSum:        026      Number:          027