[PATCH] D87049: Exploratory patch - capture DebugInfo for constexpr variables used within lambda
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 2 13:46:20 PDT 2020
dblaikie added a comment.
I think it'd be helpful to discuss what the DWARF does and should look like in this case (I wonder if, maybe, the better solution is in the DWARF consumer - to do name lookup out through the lambda) - could you provide some summarized llvm-dwarfdump output comparisons between Clang (with/without the patch applied) and GCC's output?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87049/new/
https://reviews.llvm.org/D87049
More information about the cfe-commits
mailing list