tree: 90e43ca3286ef52deeea8f731da03ee41f038d13 [path history] [tgz]
  1. Apple.cmake
  2. Generic-32bits.cmake
  3. Generic-asan.cmake
  4. Generic-cxx03.cmake
  5. Generic-cxx11.cmake
  6. Generic-cxx14.cmake
  7. Generic-cxx17.cmake
  8. Generic-cxx20.cmake
  9. Generic-cxx2b.cmake
  10. Generic-msan.cmake
  11. Generic-no-filesystem.cmake
  12. Generic-no-localization.cmake
  13. Generic-no-random_device.cmake
  14. Generic-nodebug.cmake
  15. Generic-noexceptions.cmake
  16. Generic-singlethreaded.cmake
  17. Generic-tsan.cmake
  18. Generic-ubsan.cmake
  19. README.md
cmake/caches/README.md

libc++ / libc++abi configuration caches

This directory contains CMake caches for the supported configurations of libc++. Some of the configurations are specific to a vendor, others are generic and not tied to any vendor.

While we won't explicitly work to break configurations not listed here, any configuration not listed here is not explicitly supported. If you use or ship libc++ under a configuration not listed here, you should work with the libc++ maintainers to make it into a supported configuration and add it here.

Similarly, adding any new configuration that's not already covered must be discussed with the libc++ maintainers as it entails a maintenance burden.