[Lldb-commits] [PATCH] D119400: Fix a double debug info size counting in top level stats for "statistics dump".
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 10 02:02:02 PST 2022
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Seems fine. I might consider changing the type of the `__dof_cache` section (whatever that is) instead of making an exception for `eSectionTypeDebug`. It don't see anything depending on it, and the exception looks weird.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119400/new/
https://reviews.llvm.org/D119400
More information about the lldb-commits
mailing list