OSDN Git Service

[WebAssembly] Update format of 'names' section.
authorDerek Schuff <dschuff@google.com>
Wed, 15 Mar 2017 19:36:02 +0000 (19:36 +0000)
committerDerek Schuff <dschuff@google.com>
Wed, 15 Mar 2017 19:36:02 +0000 (19:36 +0000)
commitf04cbf365eb96c74a2fa490dc1389cc0c9877e0f
tree49c822d6e6f8559727a3ab4f44491164db9dc541
parent1a576c57ed9cd9868b3e484f6d6df91583d904e1
[WebAssembly] Update format of 'names' section.

This change updates to the format of the 'names' sectionin the
generated wasm binary to match the latest changesto the design
and 'wabt'.

Differential Revision: https://reviews.llvm.org/D30950

Patch by Sam Clegg

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297877 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Wasm.h
lib/MC/WasmObjectWriter.cpp