We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6350d commit ad29658Copy full SHA for ad29658
llvm/CMakeLists.txt
@@ -947,7 +947,7 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH
947
948
if(LLVM_INCLUDE_TESTS)
949
# All LLVM Python files should be compatible down to this minimum version.
950
- set(LLVM_MINIMUM_PYTHON_VERSION 3.8)
+ set(LLVM_MINIMUM_PYTHON_VERSION 3.6)
951
else()
952
# FIXME: it is unknown if this is the actual minimum bound
953
set(LLVM_MINIMUM_PYTHON_VERSION 3.0)
0 commit comments