[PATCH] D91769: [WebAssembly] Add support for named globals in the object format.

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 00:04:43 PST 2020


tlively accepted this revision.
tlively added a comment.
This revision is now accepted and ready to land.

Nice! This will be helpful for reading disassembled modules. In a future where we have a clang extension allowing users to define their own WebAssembly globals from C/C++, would it be easy to extend this to support names for those arbitrary globals as well?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91769/new/

https://reviews.llvm.org/D91769



More information about the llvm-commits mailing list