summaryrefslogtreecommitdiffstats
path: root/llvm/test/ObjectYAML/wasm/start_section.yaml
blob: 41301a6200377f0bc3d37b02e909eb81c9e7e47b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RUN: yaml2obj %s | obj2yaml | FileCheck %s
--- !WASM
FileHeader:
  Version:         0x00000001
Sections:
  - Type:            START
    StartFunction:   1
...
# CHECK: --- !WASM
# CHECK: FileHeader:
# CHECK:   Version:           0x00000001
# CHECK: Sections:
# CHECK:  - Type:            START
# CHECK:    StartFunction:   1
# CHECK: ...
OpenPOWER on IntegriCloud