mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
c6121d56b1
This reverts commitf2154ee94d, which reverted04e1cd5bda. The original commit needed to be reverted because of an issue in which install targets were added to OS X builds that did not target Linux. This addresses that issue by guarding all the Linux-only CMake logic with a check for the SDK being built.
This directory holds the Swift Standard Library's Glibc Module, comprised of
- The overlay library, which amends some APIs imported from Glibc, and
- The clang module map which specifies which headers need to be imported from Glibc for bare minimum functionality.