Skip to content

IRGen: repair the IRGen on Windows #36803

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 8, 2021
Merged

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Apr 7, 2021

The cross-module reference must be indirected through the moral
equivalent of the GOT - the IAT. This indirects through the import
address table, permitting the pointer to be resolved.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

The cross-module reference must be indirected through the moral
equivalent of the GOT - the IAT.  This indirects through the import
address table, permitting the pointer to be resolved.
@compnerd
Copy link
Member Author

compnerd commented Apr 7, 2021

@compnerd
Copy link
Member Author

compnerd commented Apr 7, 2021

@swift-ci please test

@gottesmm
Copy link
Contributor

gottesmm commented Apr 7, 2021

@swift-ci test windows platform

@compnerd
Copy link
Member Author

compnerd commented Apr 7, 2021

@swift-ci please test Windows platform

@xedin xedin merged commit 88f20b5 into swiftlang:main Apr 8, 2021
@compnerd compnerd deleted the indirection branch April 8, 2021 15:10
compnerd added a commit to compnerd/apple-swift that referenced this pull request Apr 8, 2021
The underlying IRGen issue has been fixed (swiftlang#36803), re-enable the 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.

3 participants