[Lldb-commits] [lldb] [docs][lldb] update the Windows tools instructions (PR #164491)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 21 14:01:54 PDT 2025
================
@@ -95,36 +95,30 @@ commands below.
Windows
*******
-* Visual Studio 2019.
-* The latest Windows SDK.
-* The Active Template Library (ATL).
-* `GnuWin32 <http://gnuwin32.sourceforge.net/>`_ for CoreUtils and Make.
-* `Python 3 <https://www.python.org/downloads/windows/>`_. Make sure to (1) get
- the x64 variant if that's what you're targeting and (2) install the debug
- library if you want to build a debug lldb. The standalone installer is the
- easiest way to get the debug library.
-* `Python Tools for Visual Studio
- <https://github.com/Microsoft/PTVS/>`_. If you plan to debug test failures
- or even write new tests at all, PTVS is an indispensable debugging
- extension to VS that enables full editing and debugging support for Python
- (including mixed native/managed debugging).
+
* `SWIG for Windows <http://www.swig.org/download.html>`_
----------------
Nerixyz wrote:
Is this supposed to be alone here?
https://github.com/llvm/llvm-project/pull/164491
More information about the lldb-commits
mailing list