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

Crystal::Loader: Skip second linker member on Windows if absent #14111

Conversation

HertzDevil
Copy link
Contributor

It seems that some linkers on Windows do not emit a second linker member when generating a DLL's import library, such as the LLVM-C.lib that comes with LLVM's Windows installer. This PR allows that second member to be skipped.

@straight-shoota straight-shoota added this to the 1.11.0 milestone Dec 19, 2023
@straight-shoota straight-shoota merged commit 4fd55fb into crystal-lang:master Dec 21, 2023
55 checks passed
@HertzDevil HertzDevil deleted the bug/msvc-loader-second-linker-member branch December 21, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants