projects
/
llvm-toolchain-19.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
525f0fe
)
lower-python-dep
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Wed, 4 Dec 2024 12:11:08 +0000
(13:11 +0100)
committer
Sylvestre Ledru
<sylvestre@debian.org>
Wed, 4 Dec 2024 12:11:08 +0000
(13:11 +0100)
===================================================================
Gbp-Pq: Name lower-python-dep.diff
llvm/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/CMakeLists.txt
b/llvm/CMakeLists.txt
index 12618966c4adfd250b6d0ce82d752b7ab6056d6a..1ba1aaf78b2ea530e446f694abc3b6ff1d75b16b 100644
(file)
--- a/
llvm/CMakeLists.txt
+++ b/
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)