repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Split large truncating MVE stores
[llvm-complete.git]
/
test
/
ObjectYAML
/
wasm
/
memory_section.yaml
blob
9ab05241dd859df4653e71175b8e8f4b59dba6f4
1
# RUN: yaml2obj %s | obj2yaml | FileCheck %s
2
--- !WASM
3
FileHeader:
4
Version: 0x00000001
5
Sections:
6
- Type: MEMORY
7
Memories:
8
- Flags: [ HAS_MAX ]
9
Initial: 0x00000002
10
Maximum: 0x000000FF
11
- Initial: 0x00000003
12
...
13
# CHECK: --- !WASM
14
# CHECK: FileHeader:
15
# CHECK: Version: 0x00000001
16
# CHECK: Sections:
17
# CHECK: - Type: MEMORY
18
# CHECK: Memories:
19
# CHECK: - Flags: [ HAS_MAX ]
20
# CHECK: Initial: 0x00000002
21
# CHECK: Maximum: 0x000000FF
22
# CHECK: - Initial: 0x00000003
23
# CHECK: ...