[all-commits] [llvm/llvm-project] f829ba: Ensure that CMake tries to find Python3 before pro...

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Wed May 13 13:59:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f829ba60dadb71340318d525708e33b08ad61f8b
      https://github.com/llvm/llvm-project/commit/f829ba60dadb71340318d525708e33b08ad61f8b
  Author: Christopher Tetreault <ctetreau at quicinc.com>
  Date:   2020-05-13 (Wed, 13 May 2020)

  Changed paths:
    M debuginfo-tests/CMakeLists.txt

  Log Message:
  -----------
  Ensure that CMake tries to find Python3 before processing

Summary:
It is possible that CMake tries to process debuginfo-tests before any
attempt to find Python3. Ensure that CMake attempts to find it before
complaining that it doesn't exist.

Reviewers: zturner, rnk, jmorse, chandlerc

Reviewed By: rnk

Subscribers: mgorny, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list