30 lines · plain
1# RUN: yaml2obj %s | not llvm-objdump -h - 2>&1 | FileCheck %s2 3--- !WASM4FileHeader:5 Version: 0x000000016Sections:7 - Type: TYPE8 Signatures:9 - Index: 010 ParamTypes:11 - I3212 ReturnTypes:13 - I3214 - Type: IMPORT15 Imports:16 - Module: foo17 Field: a18 Kind: FUNCTION19 SigIndex: 020 - Type: CUSTOM21 Name: name22 FunctionNames:23 - Index: 024 Name: a25 - Index: 026 Name: b27...28 29# CHECK: {{.*}}: function named more than once30