Skip to content

Remove unnecessary TSCLibc dependency #4073

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
Feb 2, 2022
Merged

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Feb 1, 2022

Remove the TSCLibc dependency as we do not depend on any of the
interfaces from the module. This matters particularly on Windows
where static linking Swift content is not available, so this will
reduce the amount of dirty memory due to the dynamic library link
that cannot be removed.

[One line description of your change]

Motivation:

[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]

Modifications:

[Describe the modifications you've done.]

Result:

[After your change, what will change.]

@compnerd
Copy link
Member Author

compnerd commented Feb 1, 2022

@swift-ci please smoke test

@compnerd
Copy link
Member Author

compnerd commented Feb 1, 2022

@swift-ci please smoke test

Remove the `TSCLibc` dependency as we do not depend on any of the
interfaces from the module.  This matters particularly on Windows
where static linking Swift content is not available, so this will
reduce the amount of dirty memory due to the dynamic library link
that cannot be removed.
@compnerd
Copy link
Member Author

compnerd commented Feb 1, 2022

@swift-ci please test

@compnerd
Copy link
Member Author

compnerd commented Feb 1, 2022

@swift-ci please smoke test

@tomerd tomerd merged commit f517ff5 into swiftlang:main Feb 2, 2022
@compnerd compnerd deleted the libc branch February 2, 2022 17:07
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.

4 participants