mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 23:26:35 +00:00
16 lines
770 B
Diff
16 lines
770 B
Diff
Index: llvm-toolchain-snapshot_13~++20210610090205+c0e6f2f43a4c/llvm/cmake/modules/HandleLLVMOptions.cmake
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_13~++20210610090205+c0e6f2f43a4c.orig/llvm/cmake/modules/HandleLLVMOptions.cmake
|
|
+++ llvm-toolchain-snapshot_13~++20210610090205+c0e6f2f43a4c/llvm/cmake/modules/HandleLLVMOptions.cmake
|
|
@@ -1216,8 +1216,8 @@ if(LLVM_USE_RELATIVE_PATHS_IN_FILES)
|
|
endif()
|
|
|
|
if(LLVM_INCLUDE_TESTS)
|
|
- # Lit test suite requires at least python 3.6
|
|
- set(LLVM_MINIMUM_PYTHON_VERSION 3.6)
|
|
+ # Lit test suite requires at least python 3.5
|
|
+ set(LLVM_MINIMUM_PYTHON_VERSION 3.5)
|
|
else()
|
|
# FIXME: it is unknown if this is the actual minimum bound
|
|
set(LLVM_MINIMUM_PYTHON_VERSION 3.0)
|