diff options
Diffstat (limited to 'llvm/test/ObjectYAML/wasm/start_section.yaml')
| -rw-r--r-- | llvm/test/ObjectYAML/wasm/start_section.yaml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/llvm/test/ObjectYAML/wasm/start_section.yaml b/llvm/test/ObjectYAML/wasm/start_section.yaml index 7d5e5964395..5d57c1b7a05 100644 --- a/llvm/test/ObjectYAML/wasm/start_section.yaml +++ b/llvm/test/ObjectYAML/wasm/start_section.yaml @@ -7,14 +7,23 @@ Sections: - Type: TYPE Signatures: - Index: 0 - ReturnType: I32 + ReturnType: NORESULT ParamTypes: - - F32 - - F32 - Type: FUNCTION FunctionTypes: [ 0, 0, 0 ] - Type: START StartFunction: 1 + - Type: CODE + Functions: + - Index: 0 + Locals: + Body: 0B + - Index: 1 + Locals: + Body: 0B + - Index: 2 + Locals: + Body: 0B ... # CHECK: --- !WASM # CHECK: FileHeader: |

