Sam Clegg | 6bb5a41 | 2018-04-26 18:15:32 +0000 | [diff] [blame] | 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: 1) |