[llvm] [llvm-debuginfo-analyzer] Add support for DW_AT_GNU_template_name. (PR #115724)

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 04:10:25 PST 2024


https://github.com/SLTozer commented:

This looks pretty straightforward, I've just one question: there are two attributes given to `DW_TAG_GNU_template_template_param`, `DW_TAG_name` and `DW_TAG_template_name`. I see in the test you demonstrate printing the `DW_TAG_template_name` value, which is what this commit adds, but does the logical viewer print out the `DW_TAG_name` at any point?

https://github.com/llvm/llvm-project/pull/115724


More information about the llvm-commits mailing list