[PATCH] D42425: [WebAssembly] Symbol changes #4e: remove object file name section
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 09:58:29 PST 2018
sunfish accepted this revision.
sunfish added a comment.
This revision is now accepted and ready to land.
Makes sense. With the direction all the symbol-table things are headed, using the name section as a kind of secondary symbol name is indeed confusing.
In the future, we may add the ability to produce wasm files with the name section containing demangled symbol names, which is more of the intended use for the name section, however we don't need to figure that out now.
Repository:
rL LLVM
https://reviews.llvm.org/D42425
More information about the llvm-commits
mailing list