diff options
Diffstat (limited to 'llvm/test/ObjectYAML/wasm/export_section.yaml')
| -rw-r--r-- | llvm/test/ObjectYAML/wasm/export_section.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/ObjectYAML/wasm/export_section.yaml b/llvm/test/ObjectYAML/wasm/export_section.yaml index 5e0d6d46a0d..af72f136811 100644 --- a/llvm/test/ObjectYAML/wasm/export_section.yaml +++ b/llvm/test/ObjectYAML/wasm/export_section.yaml @@ -38,6 +38,14 @@ Sections: - Name: table_export Kind: TABLE Index: 0 + - Type: CODE + Functions: + - Index: 0 + Locals: + Body: 0B + - Index: 1 + Locals: + Body: 0B ... # CHECK: --- !WASM # CHECK: FileHeader: |

