[all-commits] [llvm/llvm-project] 9c7202: [libcxx][ci] Switch to CMAKE_CXX_COMPILER_TARGET f...

David Spickett via All-commits all-commits at lists.llvm.org
Tue Feb 22 01:43:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c720250d1bb2443d56d3dc8f8841af0dac0001a
      https://github.com/llvm/llvm-project/commit/9c720250d1bb2443d56d3dc8f8841af0dac0001a
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M libcxx/cmake/caches/AArch64.cmake
    M libcxx/cmake/caches/Armv7Arm.cmake
    M libcxx/cmake/caches/Armv7Thumb-noexceptions.cmake
    M libcxx/cmake/caches/Armv8Arm.cmake
    M libcxx/cmake/caches/Armv8Thumb-noexceptions.cmake

  Log Message:
  -----------
  [libcxx][ci] Switch to CMAKE_CXX_COMPILER_TARGET for Arm bots

As suggested by the cmake warning:
CMake Warning at <...>/llvm-project/libcxx-ci/libcxx/CMakeLists.txt:289 (message):
  LIBCXX_TARGET_TRIPLE is deprecated, please use CMAKE_CXX_COMPILER_TARGET instead

Depends on D119948

Differential Revision: https://reviews.llvm.org/D120038




More information about the All-commits mailing list