================ @@ -155,6 +155,7 @@ struct ModuleStats { bool debug_info_had_incomplete_types = false; uint32_t dwo_file_count = 0; uint32_t loaded_dwo_file_count = 0; + uint32_t dwo_error_count = 0; ---------------- clayborg wrote:
We can change these three lines to: ``` DWOStats dwo_stats; ``` https://github.com/llvm/llvm-project/pull/155023 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits