[Lldb-commits] [PATCH] D83302: [lldb/DWARF] Don't treat class declarations with children as definitions
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 19 01:36:07 PDT 2020
labath added a comment.
In D83302#2337264 <https://reviews.llvm.org/D83302#2337264>, @jankratochvil wrote:
> Fixed stale+unused `DW_AT_object_pointer`+`DW_AT_specification` by rGfa89f641cf9f <https://reviews.llvm.org/rGfa89f641cf9fc5af4e88642cc894f83845b4cabe>.
Thanks for catching that. I've re-added the attributes with the correct values in dfb226632 <https://reviews.llvm.org/rGdfb22663287602a90ba249a96c9916227430a99e>. I must've thought the test the test would be too unrealistic since I left them in (but then forgot to update them...)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83302/new/
https://reviews.llvm.org/D83302
More information about the lldb-commits
mailing list