stdlib: restructure for OS family layout of SDK overlay

The SDK directory is now confusing as the Windows target also has a SDK
overlay.  In order to make this more uniform, move the SDK directory to
Darwin which covers the fact that this covers the XNU family of OSes.
The Windows directory contains the SDK overlay for the Windows target.
This commit is contained in:
Saleem Abdulrasool
2018-12-01 13:20:56 -08:00
parent 9694851c23
commit 41d9c2cc59
241 changed files with 17 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ case $# in
esac
# Don't update XCTest, handle spaces in directories
for f in ./stdlib/public/SDK/*/; do
for f in ./stdlib/public/Darwin/*/; do
name=$(basename "${f}")
if [[ "${name}" == "XCTest" ]]; then
continue