brintos

brintos / llvm-project-archived public Read only

0
0
Text · 629 B · 467efd9 Raw
32 lines · plain
1# RUN: yaml2obj %s -o %t2# RUN: llvm-objcopy %t %t.out3# RUN: cmp %t %t.out4 5--- !XCOFF6FileHeader:7  MagicNumber: 0x1DF8AuxiliaryHeader:9  Magic: 0x10B10Sections:11  - Name:        .text12    Flags:       [ STYP_TEXT ]13    SectionData: "123456"14  - Name:        .data15    Flags:       [ STYP_DATA ]16    SectionData: "067891"17    Relocations:18      - Address: 0x3A19        Type:    0x0220Symbols:21  - Name:         aux_fcn_csect22    StorageClass: C_EXT23    Type:         0x2024    AuxEntries:25      - Type: AUX_FCN26      - Type: AUX_CSECT27  - Name:         aux_stat28    StorageClass: C_STAT29    AuxEntries:30      - Type: AUX_STAT31...32