[Lldb-commits] [lldb] [lldb][docs] Fix the Windows Python build options (PR #225465)
Martin Storsjö via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 22 23:08:36 PDT 2026
================
@@ -300,8 +309,9 @@ are commonly used on Windows.
crashes while running the test suite. If set to 0, LLDB will silently crash.
Setting to 1 allows a developer to attach a JIT debugger at the time of a
crash, rather than having to reproduce a failure or use a crash dump.
-- `PYTHON_HOME` (Required): Path to the folder where the Python distribution
- is installed. For example, `C:\Python35`.
+- `PYTHON_HOME` (Optional): Path to the folder where the Python distribution is
----------------
mstorsjo wrote:
In addition to `PYTHON_HOME` we also have `LLDB_PYTHON_HOME`.
`PYTHON_HOME` is used as default value for `LLDB_PYTHON_HOME`, but one can also set `LLDB_PYTHON_HOME` as a path relative to liblldb, which is useful for distribution bundles that package up LLDB+Python.
https://github.com/llvm/llvm-project/pull/225465
More information about the lldb-commits
mailing list