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
[llvm-nm] - Fix a bug and unbreak ASan BB.
[llvm-complete.git]
/
test
/
Object
/
wasm-bad-metadata-version.yaml
blob
7bda5b8d13aa538169a7ca9284db17eb5d647b57
1
# RUN: yaml2obj %s | not llvm-objdump -h - 2>&1 | FileCheck %s
2
3
!WASM
4
FileHeader:
5
Version: 0x00000001
6
Sections:
7
- Type: CUSTOM
8
Name: linking
9
Version: 0
10
11
# CHECK: {{.*}}: Unexpected metadata version: 0 (Expected: 2)