[PR #13502] [MERGED] Fix PGO by "installing" a newer version of VCLibs to our app folder #29588

Open
opened 2026-01-31 09:35:46 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13502
Author: @DHowett
Created: 7/14/2022
Status: ✅ Merged
Merged: 7/14/2022
Merged by: @undefined

Base: main ← Head: dev/duhowett/pgo_maybe


📝 Commits (1)

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 build/Helix/PrepareHelixPayload.ps1 (+3 -1)

📄 Description

Moving to VS 2022 and C++20 in #13368 introduced a new dependency on an
as-yet-nonexistent VC Runtime library: msvcp140_atomic_wait.dll. That
library is not installed on the 21H1 machines that run our PGO tests.

Fortunately, the app platform will--largely--handle this dependency for
us on machines in the wild.

Fixes #13500


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/13502 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 7/14/2022 **Status:** ✅ Merged **Merged:** 7/14/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/duhowett/pgo_maybe` --- ### 📝 Commits (1) - [`57605df`](https://github.com/microsoft/terminal/commit/57605df64b5a1a784e5c78445960d9954f586ef4) Does this fix P G O? ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `build/Helix/PrepareHelixPayload.ps1` (+3 -1) </details> ### 📄 Description Moving to VS 2022 and C++20 in #13368 introduced a new dependency on an as-yet-nonexistent VC Runtime library: msvcp140_atomic_wait.dll. That library is not installed on the 21H1 machines that run our PGO tests. Fortunately, the app platform will--largely--handle this dependency for us on machines in the wild. Fixes #13500 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:35:46 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29588