Skip to content

Commit ddb1a09

Browse files
author
git apple-llvm automerger
committed
Merge commit '3ff1465d261f' from swift/release/6.0 into stable/20230725
2 parents 893057f + 3ff1465 commit ddb1a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ void SwiftLanguageRuntimeImpl::ProcessModulesToAdd() {
502502

503503
auto &target = m_process.GetTarget();
504504
auto exe_module = target.GetExecutableModule();
505-
Progress progress("Setting up Swift reflection");
505+
Progress progress("Setting up Swift reflection", {}, modules_to_add_snapshot.GetSize());
506506
size_t completion = 0;
507507

508508
// Add all defered modules to reflection context that were added to

0 commit comments

Comments
 (0)