brintos

brintos / llvm-project-archived public Read only

0
0
Text · 774 B · 69a5240 Raw
35 lines · yaml
1# RUN: yaml2obj %s | obj2yaml | FileCheck %s2 3--- !WASM4FileHeader:5  Version:         0x000000016Sections:7  - Type:            TYPE8    Signatures:9      - Index:           010        ParamTypes:      []11        ReturnTypes:     []12  - Type:            FUNCTION13    FunctionTypes: [ 0, 0, 0 ]14  - Type:            START15    StartFunction:   116  - Type:            CODE17    Functions:18      - Index:           019        Locals:20        Body:            0B21      - Index:           122        Locals:23        Body:            0B24      - Index:           225        Locals:26        Body:            0B27...28# CHECK: --- !WASM29# CHECK: FileHeader:30# CHECK:   Version:           0x131# CHECK: Sections:32# CHECK:  - Type:            START33# CHECK:    StartFunction:   134# CHECK: ...35