[PATCH] D64444: Add Python 3.6 and 3.7 to the version list

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 12:19:22 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL365688: Add Python 3.6 and 3.7 to the version list (authored by nico, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D64444?vs=208791&id=209043#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64444/new/

https://reviews.llvm.org/D64444

Files:
  lldb/trunk/cmake/modules/LLDBStandalone.cmake


Index: lldb/trunk/cmake/modules/LLDBStandalone.cmake
===================================================================
--- lldb/trunk/cmake/modules/LLDBStandalone.cmake
+++ lldb/trunk/cmake/modules/LLDBStandalone.cmake
@@ -88,7 +88,7 @@
   include(LLVMDistributionSupport)
 
   if (PYTHON_EXECUTABLE STREQUAL "")
-    set(Python_ADDITIONAL_VERSIONS 3.5 3.4 3.3 3.2 3.1 3.0 2.7 2.6 2.5)
+    set(Python_ADDITIONAL_VERSIONS 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.7 2.6 2.5)
     include(FindPythonInterp)
     if( NOT PYTHONINTERP_FOUND )
       message(FATAL_ERROR


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64444.209043.patch
Type: text/x-patch
Size: 561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/ad33e04f/attachment.bin>


More information about the llvm-commits mailing list