repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
ObjectYAML
/
wasm
/
header.yaml
blob
7cfd6a9d0fed7cf845c0978ddef0e6cffb91d4e9
1
# RUN: yaml2obj %s -o %t
2
# RUN: obj2yaml %t > %t.stdout.yaml
3
# RUN: obj2yaml %t -o %t.file.yaml 2>&1 | count 0
4
# RUN: FileCheck --input-file=%t.stdout.yaml %s
5
# RUN: diff %t.stdout.yaml %t.file.yaml
6
--- !WASM
7
FileHeader:
8
Version: 0x00000001
9
...
10
# CHECK: --- !WASM
11
# CHECK: FileHeader:
12
# CHECK: Version: 0x1
13
# CHECK: ...