Files
swift-mirror/stdlib/public/Platform
Fabrice de Gans d5ea19405d Put float and stddef back inside the ucrt module
These were split out in #79751. However, this split is not needed for
these. Furthermore, modulemaps have bugs when it comes to re-exporting
some modules, resulting in missing exports.
2025-03-21 10:01:01 -07:00
..
2024-05-28 13:02:16 -07:00
2024-04-10 09:38:02 -07:00
2024-04-10 09:38:02 -07:00
2024-09-11 13:34:42 +02:00

This directory holds the Swift Standard Library's Darwin and Glibc Module, comprised of

  • The overlay library, which amends some APIs imported from Clang module.
  • Glibc only: The clang module map which specifies which headers need to be imported from Glibc for bare minimum functionality.

Note: On Darwin platforms, we assume clang module map is already installed in the system SDK.