[PATCH] D121100: [clang][DebugInfo] clang should not generate DW_TAG_subprogram entry without DW_AT_name
Djordje Todorovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 10 01:05:02 PST 2022
djtodoro added a comment.
Hmmm... if this should be done within compiler side, I am wondering whether this should be resolved in AsmPrinter/DwarfDebug instead.
@aprantl please let me know wyt?
However, it looks like that after this hack the `name` here isn't the appropriate one... and it looks like something that debuggers should know how to workout ...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121100/new/
https://reviews.llvm.org/D121100
More information about the cfe-commits
mailing list