[all-commits] [llvm/llvm-project] d9dec6: [libc++][CMake] Add CMake caches for commonly supp...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Jun 9 11:52:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d9dec697cbb7f825aa1b8e6336027675a01a0823
      https://github.com/llvm/llvm-project/commit/d9dec697cbb7f825aa1b8e6336027675a01a0823
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    A libcxx/cmake/caches/Generic-32bits.cmake
    A libcxx/cmake/caches/Generic-asan.cmake
    A libcxx/cmake/caches/Generic-cxx03.cmake
    A libcxx/cmake/caches/Generic-cxx11.cmake
    A libcxx/cmake/caches/Generic-cxx14.cmake
    A libcxx/cmake/caches/Generic-cxx17.cmake
    A libcxx/cmake/caches/Generic-cxx2a.cmake
    A libcxx/cmake/caches/Generic-msan.cmake
    A libcxx/cmake/caches/Generic-noexceptions.cmake
    A libcxx/cmake/caches/Generic-singlethreaded.cmake
    A libcxx/cmake/caches/Generic-tsan.cmake
    A libcxx/cmake/caches/Generic-ubsan.cmake
    A libcxx/cmake/caches/README.md

  Log Message:
  -----------
  [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




More information about the All-commits mailing list