[PATCH] D55609: [WebAssembly] Update dylink section parsing

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 12 12:25:21 PST 2018


sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff.

This updates the format of the dylink section in accordance with
recent "spec" change:

  https://github.com/WebAssembly/tool-conventions/pull/77


Repository:
  rL LLVM

https://reviews.llvm.org/D55609

Files:
  include/llvm/BinaryFormat/Wasm.h
  include/llvm/Object/Wasm.h
  include/llvm/ObjectYAML/WasmYAML.h
  lib/Object/WasmObjectFile.cpp
  lib/ObjectYAML/WasmYAML.cpp
  test/ObjectYAML/wasm/dylink_section.yaml
  tools/obj2yaml/wasm2yaml.cpp
  tools/yaml2obj/yaml2wasm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55609.177891.patch
Type: text/x-patch
Size: 4476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181212/071b6022/attachment.bin>


More information about the llvm-commits mailing list