[PATCH] D44316: [WebAssembly] Demangle symbol names for use by the browser debugger
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 14 10:44:24 PDT 2018
sbc100 added a comment.
Another way of thinking about this: Names for sections, segments, chunks, and symtab entries should be all be valid C identifiers. If we allow for pretty names with spaces and unicode and whatnot it should be reserved for the names section only. If we choose go this route we can't then apply the names from the name section to segments, chunk, symtab entries, etc...
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D44316
More information about the llvm-commits
mailing list