brintos

brintos / llvm-project-archived public Read only

0
0
Text · 742 B · 4a57c4d Raw
33 lines · yaml
1# RUN: yaml2obj %s | obj2yaml | FileCheck %s2--- !WASM3FileHeader:4  Version:         0x000000015Sections:6  - Type:            TYPE7    Signatures:8      - Index:           09        ParamTypes:10        ReturnTypes:     []11      - Index:           112        ParamTypes:13          - I3214        ReturnTypes:     []15  - Type:            FUNCTION16    FunctionTypes: [ 1, 0 ]17  - Type:            CODE18    Functions:19      - Index:           020        Locals:21        Body:            0B22      - Index:           123        Locals:24        Body:            0B25...26# CHECK: --- !WASM27# CHECK: FileHeader:28# CHECK:   Version:           0x129# CHECK: Sections:30# CHECK:   - Type:            FUNCTION31# CHECK:     FunctionTypes: [ 1, 0 ]32# CHECK: ...33