[PATCH] D111104: [Object][WebAssemlby] Report function types (signatures). NFC

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 4 16:50:46 PDT 2021


sbc100 created this revision.
Herald added subscribers: wingo, hiraditya.
sbc100 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

This simplifies the code in a number of ways and avoids
having to track functions and their types separately.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111104

Files:
  lld/wasm/InputFiles.cpp
  lld/wasm/InputFiles.h
  llvm/include/llvm/BinaryFormat/Wasm.h
  llvm/include/llvm/Object/Wasm.h
  llvm/lib/Object/WasmObjectFile.cpp
  llvm/tools/obj2yaml/wasm2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111104.377054.patch
Type: text/x-patch
Size: 5833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211004/755576a3/attachment.bin>


More information about the llvm-commits mailing list