Files
swift-mirror/stdlib/public/Glibc
Brian Gesiak c6121d56b1 [Un-revert][Glibc] Configure modulemap for target, not host
This reverts commit f2154ee94d, which reverted 04e1cd5bda. 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.
2016-03-16 14:55:33 -04:00
..
2015-12-31 23:28:40 +00:00

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.