[Lldb-commits] [lldb] [lldb][progress] Add progress manager class (PR #81319)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 15 11:31:12 PST 2024


https://github.com/clayborg commented:

Just remove `static ProgressManager &InstanceImpl();` and inline the code into `static ProgressManager &Instance();` and this is good to go.

https://github.com/llvm/llvm-project/pull/81319


More information about the lldb-commits mailing list