[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
Mon Oct 27 15:25:24 PDT 2025
mstorsjo wrote:
> > But I don't mind keeping the current suggestion, as it won't produce any spurious runtime warnings in LLDB anyway. It would be nice to check if the target `Python3::Python` actually exists to avoid the cmake warning I quoted above though, but it's not critical.
>
> I added a check to make sure the target is defined before trying to access its properties. This should remove the CMake warning.
Thanks! Yes, the warning seems to be gone for me now.
https://github.com/llvm/llvm-project/pull/164893
More information about the lldb-commits
mailing list