[PATCH] D91769: [WebAssembly] Add support for named globals in the object format.
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 00:07:19 PST 2020
sbc100 added a comment.
In D91769#2404789 <https://reviews.llvm.org/D91769#2404789>, @tlively wrote:
> 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?
Yup. Anything that has a name in the symbol table will end up with a name in the name section.
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