[all-commits] [llvm/llvm-project] bec8a3: [CMake] Use LLVM_TARGET_TRIPLE in runtimes

Petr Hosek via All-commits all-commits at lists.llvm.org
Mon Nov 28 20:09:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bec8a372fc0db95852748691c0f4933044026b25
      https://github.com/llvm/llvm-project/commit/bec8a372fc0db95852748691c0f4933044026b25
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M compiler-rt/cmake/config-ix.cmake
    M libc/lib/CMakeLists.txt
    M libcxx/CMakeLists.txt
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/lib/abi/CMakeLists.txt
    M libcxx/test/CMakeLists.txt
    M libcxxabi/CMakeLists.txt
    M libcxxabi/test/CMakeLists.txt
    M libunwind/CMakeLists.txt
    M libunwind/test/CMakeLists.txt
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/runtimes/CMakeLists.txt
    M runtimes/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Use LLVM_TARGET_TRIPLE in runtimes

This variable is derived from LLVM_DEFAULT_TARGET_TRIPLE by default,
but using a separate variable allows additional normalization to be
performed if needed.

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




More information about the All-commits mailing list