xref: /openbsd-src/gnu/llvm/libcxx/cmake/caches/README.md (revision 037e796896fd8fe45117f424cd4b8269e58b0673)
1*037e7968Spatrick# libc++ / libc++abi configuration caches
2*037e7968Spatrick
3*037e7968SpatrickThis directory contains CMake caches for the supported configurations of libc++.
4*037e7968SpatrickSome of the configurations are specific to a vendor, others are generic and not
5*037e7968Spatricktied to any vendor.
6*037e7968Spatrick
7*037e7968SpatrickWhile we won't explicitly work to break configurations not listed here, any
8*037e7968Spatrickconfiguration not listed here is not explicitly supported. If you use or ship
9*037e7968Spatricklibc++ under a configuration not listed here, you should work with the libc++
10*037e7968Spatrickmaintainers to make it into a supported configuration and add it here.
11*037e7968Spatrick
12*037e7968SpatrickSimilarly, adding any new configuration that's not already covered must be
13*037e7968Spatrickdiscussed with the libc++ maintainers as it entails a maintenance burden.
14