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

Runtimes: remove the explicit linking in the build system #79227

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Feb 7, 2025

These libraries are now implicitly explicitly linked. The source files include #pragma comment(lib, ...) to include the autolink directives to properly handle the dependency propagation to ensure static linking is sufficiently closed.

These libraries are now implicitly explicitly linked. The source files
include `#pragma comment(lib, ...)` to include the autolink directives
to properly handle the dependency propagation to ensure static linking
is sufficiently closed.
@compnerd
Copy link
Member Author

compnerd commented Feb 7, 2025

@swift-ci please smoke test

@edymtt
Copy link
Contributor

edymtt commented Feb 10, 2025

@swift-ci please smoke test Windows

@compnerd compnerd merged commit 41b043e into swiftlang:main Feb 10, 2025
3 checks passed
@compnerd compnerd deleted the implicit-explicit branch February 10, 2025 21:09
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