tree: b60852adbfe81ce680e30de6f123289701583cb0 [path history] [tgz]
  1. CMakeLists.txt
  2. Darwin.swift.gyb
  3. glibc.modulemap.gyb
  4. Glibc.swift.gyb
  5. MachError.swift
  6. msvcrt.swift
  7. Platform.swift
  8. POSIXError.swift
  9. README.md
  10. tgmath.swift.gyb
  11. TiocConstants.swift
  12. ucrt.modulemap
  13. visualc.apinotes
  14. visualc.modulemap
  15. winsdk.modulemap
stdlib/public/Platform/README.md

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.