[Lldb-commits] [lldb] 13fd50c - Revert "Revert "[lldb/Docs] Mark both Python 3.6 and 3.8 as supported on Windows""

Stefan Stipanovic via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 3 11:44:12 PST 2020


Author: Stefan Stipanovic
Date: 2020-03-03T20:43:16+01:00
New Revision: 13fd50cc26401a64e9e7379d4f9adaa4c54c5f55

URL: https://github.com/llvm/llvm-project/commit/13fd50cc26401a64e9e7379d4f9adaa4c54c5f55
DIFF: https://github.com/llvm/llvm-project/commit/13fd50cc26401a64e9e7379d4f9adaa4c54c5f55.diff

LOG: Revert "Revert "[lldb/Docs] Mark both Python 3.6 and 3.8 as supported on Windows""

This reverts commit 78a734e2792061921ab7fb8f9059d1fb673e158f.

Added: 
    

Modified: 
    lldb/docs/resources/build.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst
index 277303616f30..c1cb6ec1a934 100644
--- a/lldb/docs/resources/build.rst
+++ b/lldb/docs/resources/build.rst
@@ -83,10 +83,10 @@ Windows
 * The latest Windows SDK.
 * The Active Template Library (ATL).
 * `GnuWin32 <http://gnuwin32.sourceforge.net/>`_ for CoreUtils and Make.
-* `Python 3.6 <https://www.python.org/downloads/windows/>`_. Python 3.7 is
-  known to be incompatible. More recent versions might work but are untested.
-  Make sure to get the x64 variant if that's what you're targetting and install
-  the debug library if you want to build in debug.
+* `Python 3.6 or 3.8 <https://www.python.org/downloads/windows/>`_. Python 3.7
+  is known to be incompatible. Make sure to (1) get the x64 variant if that's
+  what you're targetting and (2) install the debug library if you want to build
+  a debug lldb.
 * `Python Tools for Visual Studio
   <https://github.com/Microsoft/PTVS/releases>`_. If you plan to debug test
   failures or even write new tests at all, PTVS is an indispensable debugging


        


More information about the lldb-commits mailing list