mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 13:28:35 +00:00
16 lines
783 B
Diff
16 lines
783 B
Diff
Index: llvm-toolchain-snapshot_16~++20220920091612+a7d2409bac7f/llvm/CMakeLists.txt
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_16~++20220920091612+a7d2409bac7f.orig/llvm/CMakeLists.txt
|
|
+++ llvm-toolchain-snapshot_16~++20220920091612+a7d2409bac7f/llvm/CMakeLists.txt
|
|
@@ -811,8 +811,8 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
|
|
"Profiling data file to use when compiling in order to improve runtime performance.")
|
|
|
|
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)
|