You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtimes: rename Core/core to Core/Core (uppercase C) so it appears...
higher in case sensitive directory listings (like GitHub).
This will ease checking for stdlib code on small screens without needing
to scroll.
Git should take care of changing the case even on case insensitive file
systems -- to be on the safe side, have the resync script rename the
folder in the case the update of the sources alone does not take care
of this, so we don't have errors when invoking the Runtime build system
(since CMake considers paths as case sensitive regardless of the
underlying file system).
Addresses rdar://164195263
0 commit comments