[PATCH] D110326: [LegacyPassManager] Demangling function name in ftime-trace output.
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 23 08:33:11 PDT 2021
dexonsmith added a comment.
I agree with Roman. Those that want demangled names can just pipe through `c++filt`, but it's hard to go in the other direction, and the mangled names are easier to copy/paste/integrate with other tooling.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110326/new/
https://reviews.llvm.org/D110326
More information about the llvm-commits
mailing list