[PATCH] D91849: [WebAssembly] Factor out WasmTableType in binary format

Andy Wingo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 01:32:07 PST 2020


wingo created this revision.
Herald added subscribers: llvm-commits, ecnelises, mikhail.ramalho, sunfish, hiraditya, jgravelle-google, sbc100, dschuff.
Herald added a project: LLVM.
wingo requested review of this revision.
Herald added a subscriber: aheejin.

This commit factors out a WasmTableType definition from WasmTable, as is
the case for WasmGlobal and other data types.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91849

Files:
  lld/wasm/SyntheticSections.cpp
  lld/wasm/WriterUtils.cpp
  lld/wasm/WriterUtils.h
  llvm/include/llvm/BinaryFormat/Wasm.h
  llvm/lib/MC/WasmObjectWriter.cpp
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/tools/obj2yaml/wasm2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91849.306618.patch
Type: text/x-patch
Size: 7657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201120/62e1dcd4/attachment-0001.bin>


More information about the llvm-commits mailing list