[clang] [llvm] Enable LLDB tests in pre-merge CI (PR #94208)

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 3 05:38:32 PDT 2024


DavidSpickett wrote:

And I would bet that a majority of the unresolved are due to:
```
ModuleNotFoundError: No module named 'pexpect'
```
You can either install it with `pip` or pass `-DLLDB_TEST_USER_ARGS=--skip-category=pexpect` to CMake.

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


More information about the cfe-commits mailing list