mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-05 00:12:46 +00:00
14 lines
668 B
Diff
14 lines
668 B
Diff
Index: llvm-toolchain-19_19.1.2~++20241011093632+6c1fd539e43e/llvm/CMakeLists.txt
|
|
===================================================================
|
|
--- llvm-toolchain-19_19.1.2~++20241011093632+6c1fd539e43e.orig/llvm/CMakeLists.txt
|
|
+++ llvm-toolchain-19_19.1.2~++20241011093632+6c1fd539e43e/llvm/CMakeLists.txt
|
|
@@ -932,7 +932,7 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
|
|
|
|
if(LLVM_INCLUDE_TESTS)
|
|
# All LLVM Python files should be compatible down to this minimum version.
|
|
- set(LLVM_MINIMUM_PYTHON_VERSION 3.8)
|
|
+ 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)
|