[Lldb-commits] [PATCH] D68674: Remove the is_mangled flag from Mangled and Symbol
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 9 05:04:16 PDT 2019
labath accepted this revision.
labath added a comment.
Looks like a nice cleanup, if we can get away with that. I tried to come up with a situation where we would have a more authoritative source on whether something is mangled or not than just looking at the string, but I haven't come up with anything, so the answer is hopefully yes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68674/new/
https://reviews.llvm.org/D68674
More information about the lldb-commits
mailing list