-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[release/7.0-staging] Add linker flags to add fixup data to PDBs (#58417) #84358
[release/7.0-staging] Add linker flags to add fixup data to PDBs (#58417) #84358
Conversation
Fixup data can assist native debugging tools in providing more accurate data (cherry picked from commit 4c814fa)
@agocke today's code complete for the May Servicing Release. Do you intend to get this included in that release? |
Probably won't get it in for May. That's fine. |
Tagging subscribers to this area: @hoyosjs Issue DetailsBackport of #84099 to release/7.0-staging /cc @agocke Customer ImpactTestingRiskIMPORTANT: If this backport is for a servicing release, please verify that:
|
@agocke how's this looking for June? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved. we can treat this as tell mode. once we have code reviewers, let's merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Today is Code Complete for the June Release. @agocke if this is good to merge, please do the honors and smash that squash&merge button. |
Backport of #84099 to release/7.0-staging
/cc @agocke
Customer Impact
This is a cleanup PR. I made this change for 6.0, but forgot to put it into 7.0, which was main at the time. That means that there's an appeared regression, such that the linker changes are in 6.0 and not 7.0. This can cause tooling which expects the data to become confused.
Testing
Existing CI.
Risk
Very low. Change already exists in main and in 6.0.