Skip to content

[RuntimeDyld][Windows] Allocate space for dllimport things. #9201

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

Conversation

al45tair
Copy link

@al45tair al45tair commented Sep 3, 2024

We weren't taking account of the space we require in the stubs for things that are dllimported, and as a result we could hit the assertion failure for running out of stub space. Fix that.

rdar://133473673

We weren't taking account of the space we require in the stubs for
things that are `dllimport`ed, and as a result we could hit the
assertion failure for running out of stub space.  Fix that.

rdar://133473673
@al45tair
Copy link
Author

al45tair commented Sep 3, 2024

@swift-ci Please test

@al45tair
Copy link
Author

al45tair commented Sep 3, 2024

This is a cherry pick of #9080.

@shahmishal shahmishal merged commit d98c47f into swiftlang:swift/release/6.0.0 Sep 4, 2024
3 checks passed
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