Skip to content

Fix test on PE/COFF #36831

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 1 commit into from
Apr 9, 2021
Merged

Fix test on PE/COFF #36831

merged 1 commit into from
Apr 9, 2021

Conversation

rjmccall
Copy link
Contributor

@rjmccall rjmccall commented Apr 9, 2021

PE requires a singleton metadata initialization for this class when MachO and ELF don't, IIRC because of the inability to handle pointers into other libraries from data sections.

PE requires a singleton metadata initialization for this class when
MachO and ELF don't, IIRC because of the inability to handle pointers
into other libraries from data sections.
@rjmccall
Copy link
Contributor Author

rjmccall commented Apr 9, 2021

@swift-ci Please smoke test

@rjmccall
Copy link
Contributor Author

rjmccall commented Apr 9, 2021

Well, it fixed the specific Windows problem it was supposed to fix; some others are still broken.

@rjmccall
Copy link
Contributor Author

rjmccall commented Apr 9, 2021

@swift-ci Please smoke test

@rjmccall rjmccall merged commit 9900c4f into swiftlang:main Apr 9, 2021
@rjmccall rjmccall deleted the windows-test-fix branch April 9, 2021 17:08
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.

1 participant