mirror of
https://github.com/RPCS3/llvm.git
synced 2026-08-27 11:01:30 -04:00
14598cb5be
Summary: See https://github.com/WebAssembly/tool-conventions/issues/54 Subscribers: jfb, dschuff, jgravelle-google, aheejin, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D46069 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330969 91177308-0d34-0410-b5e6-96231b3b80d8
12 lines
265 B
YAML
12 lines
265 B
YAML
# RUN: yaml2obj %s | not llvm-objdump -h - 2>&1 | FileCheck %s
|
|
|
|
!WASM
|
|
FileHeader:
|
|
Version: 0x00000001
|
|
Sections:
|
|
- Type: CUSTOM
|
|
Name: linking
|
|
Version: 0
|
|
|
|
# CHECK: {{.*}}: Unexpected metadata version: 0 (Expected: 1)
|