[PATCH] D49139: [OptRemark] Demangle symbols when emitting remarks
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 23 07:08:58 PDT 2018
thegameg abandoned this revision.
thegameg added a comment.
Herald added a subscriber: erik.pilkington.
Thanks Hal!
In https://reviews.llvm.org/D49139#1157602, @hfinkel wrote:
> 1. I'm happy to demangle in textual output from the command-line tools (although we should probably print both the mangled and demangled name).
- I'll follow up in a new patch to demangle in the command line output but keep the mangled name in the serialized format.
- Part of this was to match swift's behavior, but we might be better using the mangled name in swift as well.
https://reviews.llvm.org/D49139
More information about the llvm-commits
mailing list