[all-commits] [llvm/llvm-project] 399707: [CMake] Require python 3.6 if enabling LLVM test t...
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Mon Mar 15 09:51:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39970764af39415ad62136ff75b0f89577c18037
https://github.com/llvm/llvm-project/commit/39970764af39415ad62136ff75b0f89577c18037
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
M clang/CMakeLists.txt
M lld/CMakeLists.txt
M llvm/CMakeLists.txt
M llvm/cmake/modules/HandleLLVMOptions.cmake
M mlir/CMakeLists.txt
Log Message:
-----------
[CMake] Require python 3.6 if enabling LLVM test targets
The lit test suite uses python 3.6 features. Rather than a strange
python syntax error upon running the lit tests, we will require the
correct version in CMake.
Reviewed By: serge-sans-paille, yln
Differential Revision: https://reviews.llvm.org/D95635
More information about the All-commits
mailing list