brintos

brintos / llvm-project-archived public Read only

0
0
Text · 290 B · a9f812e Raw
13 lines · yaml
1# RUN: not yaml2obj %s -o - | not mlir-translate --import-wasm 2>&1 | FileCheck %s2 3# CHECK: source file does not contain valid Wasm header4 5--- !WASM6Sections:7  - Type:            TYPE8    Signatures:9      - Index:           010        ParamTypes:      []11        ReturnTypes:     []12...13