[Lldb-commits] [lldb] 3822633 - [lldb][docs] Repeat required Python version number
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 22 01:54:17 PDT 2025
Author: David Spickett
Date: 2025-04-22T08:53:01Z
New Revision: 382263376fcfed967f5bc17400d9e4542b37801c
URL: https://github.com/llvm/llvm-project/commit/382263376fcfed967f5bc17400d9e4542b37801c
DIFF: https://github.com/llvm/llvm-project/commit/382263376fcfed967f5bc17400d9e4542b37801c.diff
LOG: [lldb][docs] Repeat required Python version number
We do say it in the table below but if you didn't
want any optional stuff you'd miss it.
Added:
Modified:
lldb/docs/resources/build.rst
Removed:
################################################################################
diff --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst
index 9ba2405fc9628..e59dcc1972418 100644
--- a/lldb/docs/resources/build.rst
+++ b/lldb/docs/resources/build.rst
@@ -30,7 +30,7 @@ The following requirements are shared on all platforms.
If you want to run the test suite, you'll need to build LLDB with Python
scripting support.
-* `Python <http://www.python.org/>`_
+* `Python <http://www.python.org/>`_ 3.8 or later.
* `SWIG <http://swig.org/>`_ 4 or later.
If you are on FreeBSD or NetBSD, you will need to install ``gmake`` for building
More information about the lldb-commits
mailing list