2018-04-27 02:15:32 +08:00
|
|
|
# RUN: yaml2obj %s | not llvm-objdump -h - 2>&1 | FileCheck %s
|
|
|
|
|
|
|
|
!WASM
|
|
|
|
FileHeader:
|
|
|
|
Version: 0x00000001
|
|
|
|
Sections:
|
|
|
|
- Type: CUSTOM
|
|
|
|
Name: linking
|
|
|
|
Version: 0
|
|
|
|
|
2019-01-16 09:34:48 +08:00
|
|
|
# CHECK: {{.*}}: Unexpected metadata version: 0 (Expected: 2)
|