[all-commits] [llvm/llvm-project] c846f8: [lldb][progress] Always report progress upon Progr...
Chelsea Cassanova via All-commits
all-commits at lists.llvm.org
Tue Nov 28 10:45:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c846f8ba104f18053ce666de7e2da0a82deb45cd
https://github.com/llvm/llvm-project/commit/c846f8ba104f18053ce666de7e2da0a82deb45cd
Author: Chelsea Cassanova <chelsea_cassanova at apple.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M lldb/source/Core/Progress.cpp
Log Message:
-----------
[lldb][progress] Always report progress upon Progress object destruction (#73605)
This commit allows a final progress report upon the destruction of the
`Progress` object to happen at all times as opposed to when the progress
was not completed.
More information about the All-commits
mailing list