[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
Mon Oct 27 14:36:02 PDT 2025
charles-zablit 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.
https://github.com/llvm/llvm-project/pull/164893
More information about the lldb-commits
mailing list