Home | History | Annotate | only in /src/external/apache2/llvm/dist/libcxx/cmake/caches
Up to higher level directory
NameDateSize
AArch64.cmake30-May-2021112
Apple.cmake30-May-2021776
Armv7Arm.cmake30-May-2021204
Armv7Thumb-noexceptions.cmake30-May-2021307
Armv8Arm.cmake30-May-2021204
Armv8Thumb-noexceptions.cmake30-May-2021307
FreeBSD.cmake30-May-2021383
Generic-32bits.cmake30-May-202141
Generic-asan.cmake30-May-202150
Generic-cxx03.cmake30-May-2021119
Generic-cxx11.cmake30-May-2021119
Generic-cxx14.cmake30-May-2021119
Generic-cxx17.cmake30-May-2021119
Generic-cxx20.cmake30-May-2021119
Generic-cxx2b.cmake30-May-2021119
Generic-debug-iterators.cmake30-May-2021164
Generic-msan.cmake30-May-202160
Generic-no-debug.cmake30-May-202156
Generic-no-filesystem.cmake30-May-202148
Generic-no-localization.cmake30-May-202150
Generic-no-random_device.cmake30-May-202151
Generic-noexceptions.cmake30-May-202199
Generic-singlethreaded.cmake30-May-2021146
Generic-static.cmake30-May-2021138
Generic-tsan.cmake30-May-202149
Generic-ubsan.cmake30-May-202194
README.md30-May-2021678

README.md

      1 # libc++ / libc++abi configuration caches
      2 
      3 This directory contains CMake caches for the supported configurations of libc++.
      4 Some of the configurations are specific to a vendor, others are generic and not
      5 tied to any vendor.
      6 
      7 While we won't explicitly work to break configurations not listed here, any
      8 configuration not listed here is not explicitly supported. If you use or ship
      9 libc++ under a configuration not listed here, you should work with the libc++
     10 maintainers to make it into a supported configuration and add it here.
     11 
     12 Similarly, adding any new configuration that's not already covered must be
     13 discussed with the libc++ maintainers as it entails a maintenance burden.
     14