Files
swift-mirror/stdlib/public/Platform/README.md
Ian Anderson 15345ef2d5 [CMake][Darwin] Remove support for building the SDK overlays on Apple platforms
The SDK overlays have been provided in the Apple SDKs for many years, and the interface and implementation has diverged in more recent years such that trying to build the Swift version no longer works. Remove all of the dead code.

rdar://151889154
2025-05-23 23:38:08 -07:00

11 lines
415 B
Markdown

This directory holds the Swift Standard Library's Glibc Module, comprised of
- The *overlay* library, which amends some APIs imported from Clang module.
- The clang [module map] which specifies which headers need to be imported
from Glibc for bare minimum functionality.
Note: Darwin platforms provide their own overlays and module maps in the
system SDK.
[module map]: http://clang.llvm.org/docs/Modules.html