Skip to content

Add total argument to Progress object for Swift reflection setup #8590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ void SwiftLanguageRuntimeImpl::ProcessModulesToAdd() {

auto &target = m_process.GetTarget();
auto exe_module = target.GetExecutableModule();
Progress progress("Setting up Swift reflection");
Progress progress("Setting up Swift reflection", {}, modules_to_add_snapshot.GetSize());
size_t completion = 0;

// Add all defered modules to reflection context that were added to
Expand Down