[PATCH] D155723: [DWARFVerifier] Allow simplified template names in debug_name
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 09:50:49 PDT 2023
dblaikie added inline comments.
================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp:1361-1363
+ std::optional<StringRef> StrippedName =
+ StripTemplateParameters(Result.back());
+ if (StrippedName)
----------------
Could roll this in together
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155723/new/
https://reviews.llvm.org/D155723
More information about the llvm-commits
mailing list