-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[NFC] Move WinSDK.swift
overlay
#41785
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
WindowsSDK.swift
overlayWinSDK.swift
overlay
How does this look @compnerd? |
Hmm, seems like it just moves the location of the file? As long as it doesn't break the installer, I think that should be okay. |
@swift-ci please build toolchain Windows platform |
1 similar comment
@swift-ci please build toolchain Windows platform |
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.
Please drop the changes unrelated to the move
@compnerd Which piece of change did you mean by “unrelated”? |
The changes to the directory creation bits are the "unnecessary" changes. The movement of the file and the target creation should be a no-op. |
That commit is in #41691 , where I shared the error encountered with moving |
This conflicts with the direction shown by #63042, going to close it |
Move
WinSDK.swift
overlay tostdlib/public/Platform
, whereGlibc.swift
overlay lies in.This further aligns Windows build behavior to Linux, and simplifies directory structure by eliminating
stdlib/public/Windows
.Depends on #41691
Resolves SR-NNNN.