Commit Graph

3 Commits

Author SHA1 Message Date
Saleem Abdulrasool
d51e1bcedf Runtimes: inject Windows SDK clang modules
When building the standard library, the SDK is not fully staged and so
the compiler would not be able to inject the VFS overlay for the
modularisation of the Windows SDK. Manually construct the mappings and
apply them.
2025-03-27 08:23:40 -07:00
Saleem Abdulrasool
78ed9ad478 Runtimes: allow building the Overlay against SwiftCore
Wire up the SwiftCore project to the Overlay project. This allows us to
build against the just built SwiftCore.
2025-03-25 22:37:04 -07:00
Saleem Abdulrasool
c54dfe6092 Runtimes: add Overlay project
Add the next stage of the runtimes build - the overlays. This homes the
platform specific overlays for the libraries and is required to make
further progress towards a static SDK for Windows.
2025-03-03 15:36:31 -08:00