[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:27:47 PDT 2025
charles-zablit wrote:
> > I ended up using `Python3_RUNTIME_LIBRARY` which points to `python310.dll` or its equivalent. I could not find a variable which points to `python3.dll`.
>
> `Python3_RUNTIME_LIBRARY` doesn't seem to be set in my case (when cross compiling from Linux). I don't find it documented at [cmake.org/cmake/help/latest/module/FindPython3.html](https://cmake.org/cmake/help/latest/module/FindPython3.html) either.
I'm confused as to where this variable comes from in the first place, because it's not documented and now that I did a clean build, it's gone.
I'm still trying to find a proper way of getting the dll name, there does not seem to be any variable that return the path/name. `Python3_SABI_LIBRARIES` is empty unless `Python3_SABI_LIBRARY` is set.
https://github.com/llvm/llvm-project/pull/164893
More information about the lldb-commits
mailing list