[PATCH] D95001: [CodeView] Emit function types in -gline-tables-only.
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 19 14:33:32 PST 2021
rnk added inline comments.
================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:1050-1052
+ // Don't include a linkage name in line tables only, except to differentiate
+ // between lambdas.
+ if (CGM.getCodeGenOpts().hasReducedDebugInfo() || RD->isLambda())
----------------
We discussed giving lambdas display names as an alternative to doing this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95001/new/
https://reviews.llvm.org/D95001
More information about the cfe-commits
mailing list