Name Date Size #Lines LOC

..--

AArch64.cmakeH A D30-May-2021112 32

Apple.cmakeH A D30-May-2021776 1815

Armv7Arm.cmakeH A D30-May-2021204 54

Armv7Thumb-noexceptions.cmakeH A D30-May-2021307 76

Armv8Arm.cmakeH A D30-May-2021204 54

Armv8Thumb-noexceptions.cmakeH A D30-May-2021307 76

FreeBSD.cmakeH A D30-May-2021383 108

Generic-32bits.cmakeH A D30-May-202141 21

Generic-asan.cmakeH A D30-May-202150 21

Generic-cxx03.cmakeH A D30-May-2021119 32

Generic-cxx11.cmakeH A D30-May-2021119 32

Generic-cxx14.cmakeH A D30-May-2021119 32

Generic-cxx17.cmakeH A D30-May-2021119 32

Generic-cxx20.cmakeH A D30-May-2021119 32

Generic-cxx2b.cmakeH A D30-May-2021119 32

Generic-debug-iterators.cmakeH A D30-May-2021164 32

Generic-msan.cmakeH A D30-May-202160 21

Generic-no-debug.cmakeH A D30-May-202156 21

Generic-no-filesystem.cmakeH A D30-May-202148 21

Generic-no-localization.cmakeH A D30-May-202150 21

Generic-no-random_device.cmakeH A D30-May-202151 21

Generic-noexceptions.cmakeH A D30-May-202199 32

Generic-singlethreaded.cmakeH A D30-May-2021146 43

Generic-static.cmakeH A D30-May-2021138 43

Generic-tsan.cmakeH A D30-May-202149 21

Generic-ubsan.cmakeH A D30-May-202194 32

README.mdH A D30-May-2021678 1410

README.md

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