[Lldb-commits] [PATCH] D119400: Fix a double debug info size counting in top level stats for "statistics dump".
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 10 11:01:18 PST 2022
clayborg added a comment.
In D119400#3310366 <https://reviews.llvm.org/D119400#3310366>, @labath wrote:
> 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.
I pinged some folks at Apple to ask what this section is and if we can better set a section type for it. As soon as I hear back, I will make a patch for this and fix it. For now since no one uses .debug sections in COFF files when it comes to statistics, I want the "statistics dump" command to produce accurate output. But I will submit a patch as soon as I hear back about __dof_cache
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