[libc++][CMake] Add CMake caches for commonly supported configurations
authorLouis Dionne <ldionne@apple.com>
Tue, 16 Apr 2019 21:12:54 +0000 (17:12 -0400)
committerLouis Dionne <ldionne@apple.com>
Tue, 9 Jun 2020 18:52:14 +0000 (14:52 -0400)
commitd9dec697cbb7f825aa1b8e6336027675a01a0823
tree39687d5df5985758cd2eabe4175e5eb62103bbf8
parentce5fecb7d0a12c27763afe3f89d1d7e8a1893dc0
[libc++][CMake] Add CMake caches for commonly supported configurations

This commit adds CMake caches for the various configurations of libc++
that are tested by our build bots.

Differential Revision: https://reviews.llvm.org/D81293
13 files changed:
libcxx/cmake/caches/Generic-32bits.cmake [new file with mode: 0644]
libcxx/cmake/caches/Generic-asan.cmake [new file with mode: 0644]
libcxx/cmake/caches/Generic-cxx03.cmake [new file with mode: 0644]
libcxx/cmake/caches/Generic-cxx11.cmake [new file with mode: 0644]
libcxx/cmake/caches/Generic-cxx14.cmake [new file with mode: 0644]
libcxx/cmake/caches/Generic-cxx17.cmake [new file with mode: 0644]
libcxx/cmake/caches/Generic-cxx2a.cmake [new file with mode: 0644]
libcxx/cmake/caches/Generic-msan.cmake [new file with mode: 0644]
libcxx/cmake/caches/Generic-noexceptions.cmake [new file with mode: 0644]
libcxx/cmake/caches/Generic-singlethreaded.cmake [new file with mode: 0644]
libcxx/cmake/caches/Generic-tsan.cmake [new file with mode: 0644]
libcxx/cmake/caches/Generic-ubsan.cmake [new file with mode: 0644]
libcxx/cmake/caches/README.md [new file with mode: 0644]