[Lldb-commits] [lldb] [lldb][windows] print an error if python.dll is not in the DLL search path (PR #164893)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 24 12:21:39 PDT 2025


charles-zablit wrote:

> > I could not find a variable which points to `python3.dll`.
> 
> According to the documentation of [`FindPython3.cmake`](https://cmake.org/cmake/help/latest/module/FindPython3.html#artifacts-specification), this should be in `Python3_SABI_LIBRARY` (CMake 3.26+).

My understanding is that this is a variable we set ourselves, rather than one that CMake resolves:

>To solve special cases, it is possible to specify directly the artifacts by setting the following variables:

https://github.com/llvm/llvm-project/pull/164893


More information about the lldb-commits mailing list