File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -880,8 +880,8 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
880
880
"Profiling data file to use when compiling in order to improve runtime performance." )
881
881
882
882
if (LLVM_INCLUDE_TESTS)
883
- # Lit test suite requires at least python 3.6
884
- set (LLVM_MINIMUM_PYTHON_VERSION 3.6 )
883
+ # All LLVM Python files should be compatible down to this minimum version.
884
+ set (LLVM_MINIMUM_PYTHON_VERSION 3.7 )
885
885
else ()
886
886
# FIXME: it is unknown if this is the actual minimum bound
887
887
set (LLVM_MINIMUM_PYTHON_VERSION 3.0)
Original file line number Diff line number Diff line change @@ -286,15 +286,15 @@ uses the package and provides other details.
286
286
Package Version Notes
287
287
=========================================================== ============ ==========================================
288
288
`CMake <http://cmake.org/ >`__ >=3.20.0 Makefile/workspace generator
289
- `python <http://www.python.org/ >`_ >=3.6 Automated test suite\ :sup: `1`
289
+ `python <http://www.python.org/ >`_ >=3.7 Automated test suite\ :sup: `1`
290
290
`zlib <http://zlib.net >`_ >=1.2.3.4 Compression library\ :sup: `2`
291
291
`GNU Make <http://savannah.gnu.org/projects/make >`_ 3.79, 3.79.1 Makefile/build processor\ :sup: `3`
292
292
=========================================================== ============ ==========================================
293
293
294
294
.. note ::
295
295
296
296
#. Only needed if you want to run the automated test suite in the
297
- ``llvm/test `` directory.
297
+ ``llvm/test `` directory or the libclang Python binding unit tests .
298
298
#. Optional, adds compression / uncompression capabilities to selected LLVM
299
299
tools.
300
300
#. Optional, you can use any other build tool supported by CMake.
You can’t perform that action at this time.
0 commit comments