[all-commits] [llvm/llvm-project] 44c6b9: [CMake] Bumps minimum version to 3.20.0.

Mark de Wever via All-commits all-commits at lists.llvm.org
Sat Mar 4 03:41:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 44c6b905f8527635e49bb3ea97dea315f92d38ec
      https://github.com/llvm/llvm-project/commit/44c6b905f8527635e49bb3ea97dea315f92d38ec
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-03-04 (Sat, 04 Mar 2023)

  Changed paths:
    M bolt/runtime/CMakeLists.txt
    M clang/CMakeLists.txt
    M clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt
    M compiler-rt/CMakeLists.txt
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/crt/CMakeLists.txt
    M flang/CMakeLists.txt
    M flang/lib/Decimal/CMakeLists.txt
    M flang/runtime/CMakeLists.txt
    M libc/CMakeLists.txt
    M libc/examples/hello_world/CMakeLists.txt
    M libclc/CMakeLists.txt
    M libcxx/CMakeLists.txt
    M libcxxabi/CMakeLists.txt
    M libunwind/CMakeLists.txt
    M libunwind/src/CMakeLists.txt
    M lld/CMakeLists.txt
    M lldb/CMakeLists.txt
    M lldb/tools/debugserver/CMakeLists.txt
    M llvm-libgcc/CMakeLists.txt
    M llvm/CMakeLists.txt
    M llvm/docs/CMake.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/ReleaseNotes.rst
    M mlir/CMakeLists.txt
    M mlir/examples/standalone/CMakeLists.txt
    M openmp/CMakeLists.txt
    M openmp/cmake/DetectTestCompiler/CMakeLists.txt
    M openmp/docs/SupportAndFAQ.rst
    M openmp/libompd/src/CMakeLists.txt
    M openmp/libomptarget/plugins/remote/src/CMakeLists.txt
    M openmp/runtime/cmake/LibompCheckLinkerFlag.cmake
    M openmp/tools/Modules/FindOpenMPTarget.cmake
    M openmp/tools/Modules/README.rst
    M polly/CMakeLists.txt
    M pstl/CMakeLists.txt
    M runtimes/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Bumps minimum version to 3.20.0.

This partly undoes D137724.

This change has been discussed on discourse
https://discourse.llvm.org/t/rfc-upgrading-llvms-minimum-required-cmake-version/66193

Note this does not remove work-arounds for older CMake versions, that
will be done in followup patches.

Reviewed By: mehdi_amini, MaskRay, ChuanqiXu, to268, thieta, tschuett, phosek, #libunwind, #libc_vendors, #libc, #libc_abi, sivachandra, philnik, zibi

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




More information about the All-commits mailing list