Skip to content

Fix an ABI break #74439

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
merged 2 commits into from
Jun 15, 2024
Merged

Conversation

tbkka
Copy link
Contributor

@tbkka tbkka commented Jun 14, 2024

PR #74394 removed a field from struct MetadataSections whose layout is ABI. So restore that field as an unused padding field to preserve the layout of all the other fields in that struct.

Resolves rdar://129847951

Updated: My attempt at a minimal fix seems to have failed, so let's go ahead and fully revert #74394

PR swiftlang#74394 removed a field from `struct MetadataSections` whose layout is ABI.
So restore that field as an unused padding field to preserve the layout of all
the other fields in that struct.
@tbkka tbkka requested a review from a team as a code owner June 14, 2024 20:20
@tbkka
Copy link
Contributor Author

tbkka commented Jun 14, 2024

@swift-ci Please test

@tbkka tbkka enabled auto-merge June 14, 2024 20:36
…ror-no-more-mpe-metadata-partial"

This reverts commit a1708ef, reversing
changes made to b593062.
@tbkka tbkka requested a review from al45tair as a code owner June 14, 2024 22:33
@tbkka
Copy link
Contributor Author

tbkka commented Jun 14, 2024

@swift-ci Please test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants