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
372923df48 Runtimes: add _Builtin_float to the overlay
This adds the missing `_Builtin_float` module to the overlay project.
This module is applicable to all platforms.
2025-03-21 12:13:32 -07:00