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

[SR-13572] investigate removal of visualc module` #56010

Closed
compnerd opened this issue Sep 19, 2020 · 2 comments
Closed

[SR-13572] investigate removal of visualc module` #56010

compnerd opened this issue Sep 19, 2020 · 2 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella Windows Platform: Windows

Comments

@compnerd
Copy link
Collaborator

Previous ID SR-13572
Radar None
Original Reporter @compnerd
Type Bug
Status Closed
Resolution Done
Additional Detail from JIRA
Votes 1
Component/s Standard Library
Labels Bug, StarterBug, Windows
Assignee None
Priority Medium

md5: 3ad111579ce1635ab2f4d268ccf82116

Issue Description:

The VisualC module should be possible to remove. If we can remove the dependency on the VisualC module, it will enable building against the pure WinSDK content, reducing the Windows dependencies from Visual Studio to just the WinSDK (specifically the C++ components).

@compnerd
Copy link
Collaborator Author

The use of visualc comes in through https://github.com/apple/swift/blob/master/stdlib/public/Platform/msvcrt.swift#L14. We would need to remvoe that and fix any fallout from that, enabling the removal of that dependency.

@compnerd
Copy link
Collaborator Author

compnerd commented Nov 2, 2020

The visualc module is no longer pulled in by CRT however it is still a dependency for UCRT as it depends on vcruntime.h.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella Windows Platform: Windows
Projects
None yet
Development

No branches or pull requests

1 participant