[all-commits] [llvm/llvm-project] 0703b0: [CMake] Actually require python 3.6 or greater

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Fri Jan 29 11:47:51 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0703b0753c40dad30f1683403f6600bd2cb42055
      https://github.com/llvm/llvm-project/commit/0703b0753c40dad30f1683403f6600bd2cb42055
  Author: Christopher Tetreault <ctetreau at quicinc.com>
  Date:   2021-01-29 (Fri, 29 Jan 2021)

  Changed paths:
    M clang/CMakeLists.txt
    M lld/CMakeLists.txt
    M llvm/CMakeLists.txt
    M mlir/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Actually require python 3.6 or greater

Previously, CMake would find any version of Python3. However, the project
claims to require 3.6 or greater, and 3.6 features are being used.

Reviewed By: yln

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




More information about the All-commits mailing list