mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-11 17:16:41 +00:00
rebase of the patch
This commit is contained in:
parent
1594fd8aba
commit
92286344f8
14
debian/patches/lower-python-dep.diff
vendored
14
debian/patches/lower-python-dep.diff
vendored
@ -1,14 +1,12 @@
|
||||
Index: llvm-toolchain-snapshot_19~++20240424094944+78ebaa2d798f/llvm/CMakeLists.txt
|
||||
Index: llvm-toolchain-snapshot_19~++20240608033056+d4eed43badfc/llvm/CMakeLists.txt
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_19~++20240424094944+78ebaa2d798f.orig/llvm/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_19~++20240424094944+78ebaa2d798f/llvm/CMakeLists.txt
|
||||
@@ -903,8 +903,8 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
|
||||
"Profiling data file to use when compiling in order to improve runtime performance.")
|
||||
--- llvm-toolchain-snapshot_19~++20240608033056+d4eed43badfc.orig/llvm/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_19~++20240608033056+d4eed43badfc/llvm/CMakeLists.txt
|
||||
@@ -904,7 +904,7 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
|
||||
|
||||
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
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user