[PATCH] D87049: Exploratory patch - capture DebugInfo for constexpr variables used within lambda

Melanie Blower via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 2 14:11:49 PDT 2020


mibintc added a comment.

In D87049#2253150 <https://reviews.llvm.org/D87049#2253150>, @dblaikie wrote:

> 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?

I attached the 3 dwarf dumps into the bugzilla report. I'm not a dwarf expert, hope someone knowledgeable can take a look and summarize.


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