Skip to content

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

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
Sep 2, 2024

Conversation

al45tair
Copy link
Contributor

@al45tair al45tair commented Sep 2, 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.

Also add a couple of override specifiers that were missing last time (#102586).

rdar://133473673

)

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 were missing a couple of `override` specifiers.

rdar://133473673
@al45tair
Copy link
Contributor Author

al45tair commented Sep 2, 2024

The only difference between this and #102586 is two override specifiers; @bnbarham reviewed the previous incarnation. Assuming this passes all the checks, I plan on merging without additional review since the change from the previous version is very small.

@al45tair al45tair merged commit bdfd780 into llvm:main Sep 2, 2024
9 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.

1 participant