Skip to content
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

Fix msvc lib generation #1979

Merged
merged 3 commits into from Aug 23, 2022
Merged

Fix msvc lib generation #1979

merged 3 commits into from Aug 23, 2022

Conversation

kennykerr
Copy link
Collaborator

The gnu and msvc toolchains disagree on the intermediate representation for a function's stdcall stack size requirements. While adding support for gnu some time back, the msvc tool was broken. Here I'm just fixing the msvc tool and updating both x64 and x86 libs for good measure.

Fixes #1972

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.

Bug: tool_msvc produces a broken i686_msvc import library
2 participants