projects
/
llvm-toolchain-16.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39394af
)
lower-python-dep
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Mon, 16 Oct 2023 13:14:10 +0000
(13:14 +0000)
committer
Andres Salomon
<dilinger@debian.org>
Mon, 16 Oct 2023 13:14:10 +0000
(13:14 +0000)
===================================================================
Gbp-Pq: Name lower-python-dep.diff
llvm/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/CMakeLists.txt
b/llvm/CMakeLists.txt
index 2b9315c22ed956e1f7bccf8474fc21d502b3d291..89e05bdb5c8b2107184bb49426d03576c1ab3229 100644
(file)
--- a/
llvm/CMakeLists.txt
+++ b/
llvm/CMakeLists.txt
@@
-830,8
+830,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)