projects
/
llvm-toolchain-17.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd2f57
)
lower-python-dep
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Tue, 17 Dec 2024 10:19:10 +0000
(11:19 +0100)
committer
Matthias Klose
<doko@debian.org>
Tue, 17 Dec 2024 10:19:10 +0000
(11:19 +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 79de9eb2e3e71be225959af472b7b675848258c8..75d82a396d90b897aa2266582933ea3498a5705f 100644
(file)
--- a/
llvm/CMakeLists.txt
+++ b/
llvm/CMakeLists.txt
@@
-850,8
+850,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)