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

Christian Biesinger via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 9 13:11:53 PDT 2019


cbiesinger created this revision.
cbiesinger added a reviewer: clayborg.
Herald added subscribers: lldb-commits, mgorny.
Herald added a project: LLDB.

Python 3.6 and 3.7 have been released.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D64444

Files:
  lldb/cmake/modules/LLDBStandalone.cmake


Index: lldb/cmake/modules/LLDBStandalone.cmake
===================================================================
--- lldb/cmake/modules/LLDBStandalone.cmake
+++ lldb/cmake/modules/LLDBStandalone.cmake
@@ -87,7 +87,7 @@
   include(CheckAtomic)
 
   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.208791.patch
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190709/3a298585/attachment.bin>


More information about the lldb-commits mailing list