[Lldb-commits] [PATCH] D134508: Track which modules have debug info variable errors.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 27 12:09:35 PDT 2022
JDevlieghere added a comment.
Instead of storing a bool, would it make sense to store the error instead and then have the statistics call `isFail` on it to determine whether there was an issue?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134508/new/
https://reviews.llvm.org/D134508
More information about the lldb-commits
mailing list