[PATCH] D127078: llvm-dwarf-dump: include type name for AT_containing_type
Felipe de Azevedo Piovezan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 5 20:18:12 PDT 2022
fdeazeve added a comment.
Is this something desirable? I did it because, while learning about DWARF, I found myself constantly having to bounce between nodes when inspecting these containing_type attributes.
I'd be happy to drop this if others don't feel it is needed.
W.r.t. testing I was a bit surprised that no tests under test/tools/llvm-dwarfdump failed, but this seems to be covered by DebugInfo tests. Please let me know if I missed a more appropriate test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127078/new/
https://reviews.llvm.org/D127078
More information about the llvm-commits
mailing list