forked from OSchip/llvm-project
44e36fc2b1
Instead of setting mcpu like the previous bots, set the target triple. Each config builds either Arm only or Thumb only code. This gives us some coverage of thumb specific issues. The new agents on Linaro's side are running on v8 hardware so will report arch "armv8l" just like the v8 bots. (and buildkite can choose any of them for v7/v8 jobs) Reviewed By: #libc, curdeius, Mordante Differential Revision: https://reviews.llvm.org/D98019 |
||
---|---|---|
.. | ||
AArch64.cmake | ||
Apple.cmake | ||
Armv7.cmake | ||
Armv8.cmake | ||
FreeBSD.cmake | ||
Generic-32bits.cmake | ||
Generic-asan.cmake | ||
Generic-cxx2b.cmake | ||
Generic-cxx03.cmake | ||
Generic-cxx11.cmake | ||
Generic-cxx14.cmake | ||
Generic-cxx17.cmake | ||
Generic-cxx20.cmake | ||
Generic-msan.cmake | ||
Generic-no-filesystem.cmake | ||
Generic-no-localization.cmake | ||
Generic-no-random_device.cmake | ||
Generic-nodebug.cmake | ||
Generic-noexceptions.cmake | ||
Generic-singlethreaded.cmake | ||
Generic-tsan.cmake | ||
Generic-ubsan.cmake | ||
README.md |
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.