Skip to content

Threading: add a linker directive for Windows autolinking #78711

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 1 commit into from
Jan 21, 2025

Conversation

compnerd
Copy link
Member

This library is pulled into the standard library. Add autolinking directives to enable the use of the library with static linking without specifying the system dependencies. This is required to enable the user to use -static-stdlib without having to specify all dependencies.

This library is pulled into the standard library. Add autolinking
directives to enable the use of the library with static linking without
specifying the system dependencies. This is required to enable the user
to use `-static-stdlib` without having to specify all dependencies.
@compnerd compnerd requested a review from al45tair as a code owner January 17, 2025 17:25
@compnerd
Copy link
Member Author

@swift-ci please smoke test

Copy link
Contributor

@al45tair al45tair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a good idea.

@compnerd
Copy link
Member Author

@swift-ci please smoke test Linux platform

@compnerd compnerd merged commit d98de54 into swiftlang:main Jan 21, 2025
3 checks passed
@compnerd compnerd deleted the compiler-core branch January 21, 2025 03:00
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