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

via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 24 00:47:37 PDT 2025


Nerixyz 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`.

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


More information about the lldb-commits mailing list