projects
/
llvm-toolchain-18.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9689c
)
lower-python-dep
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Sat, 5 Apr 2025 20:24:44 +0000
(22:24 +0200)
committer
Sylvestre Ledru
<sylvestre@debian.org>
Sat, 5 Apr 2025 20:24:44 +0000
(22:24 +0200)
===================================================================
Gbp-Pq: Name lower-python-dep.diff
llvm/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/CMakeLists.txt
b/llvm/CMakeLists.txt
index 909a965cd86c824c0998e071afe8f911bf891676..e3f3805243268ab37383b6fb287d8ab252a8cd3c 100644
(file)
--- a/
llvm/CMakeLists.txt
+++ b/
llvm/CMakeLists.txt
@@
-880,8
+880,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)