-
Notifications
You must be signed in to change notification settings - Fork 314
Import CRT
to resolve free
on Windows
#466
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
Conversation
stevapple
commented
Mar 13, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odd that we haven't hit this so far, but seems like a reasonable thing.
@swift-ci please test |
@stevapple how come this is not needed on Darwin btw? I don't see an |
@compnerd I didn’t figure out yet. It may share the same reason why we didn’t run into it before on Windows. I guess this could be related with re-exported CStdlib symbols from some modules. |
Oh, it almost certainly is related to re-exporting. But, it would be good to understand what's the root cause for the change in that. |
May possibly be related to my fix on C header visibility… I opened this and swiftlang/swift-corelibs-foundation#3151 as preparation for the fix. |
Windows noob question: Is |
It should be a superset of C standard library. AFAIK the only drawback is that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change sounds reasonable to me and I trust @compnerd’s judgment that it makes sense from a Windows perspective.