[PATCH] D38189: [WebAssembly] Use function/global index space in WasmSymbol

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 15:31:14 PDT 2017


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

I think it probably makes sense to use the function/global index space for the compiler and linker, and user-oriented tools (e.g. objdump, nm). For things like obj2yaml or readobj, maybe a something more raw would be appropriate, but I'd guess that it's not a super-high priority, other than it's nice to have those for testing.


https://reviews.llvm.org/D38189





More information about the llvm-commits mailing list