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

Martin Storsjö via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 24 01:33:39 PDT 2025


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

Ok, that sounds reasonable - especially as long as that is what we actually link against right now.

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


More information about the lldb-commits mailing list