[Lldb-commits] [lldb] [lldb][test][NFC] Add option to exclude third_party packages (PR #83191)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 29 03:29:22 PST 2024
DavidSpickett wrote:
The way the cmake is written it seems that Py_pexpect_FOUND is set to false the first time you run cmake. Then you install pexpect and lldb_find_python_module bails early because Py_pexpect_FOUND is *still* set to false.
If you remove the CMake cache it'll then find pexpect as, well, expected.
https://github.com/llvm/llvm-project/pull/83191
More information about the lldb-commits
mailing list