[Lldb-commits] [lldb] [lldb] Add early CMake check for 'make' tool (PR #111531)

Stefan Gränitz via lldb-commits lldb-commits at lists.llvm.org
Sat Oct 12 13:51:22 PDT 2024


weliveindetail wrote:

In fact, I ran into that on Friday myself. I checked `LLDB_INCLUDE_TESTS=Off` in my setup and it appeared to be incompatible with `LLDB_ENABLE_PYTHON=On` if `lldb-python` is part of `LLVM_DISTRIBUTION_COMPONENTS`. The error said something like `lldb-python-scripts` is lacking an `install-stripped` target. I couldn't fix that quickly and just wired up the `LLDB_TEST_MAKE` config.

@zeroomega Any similar experiences with `LLDB_INCLUDE_TESTS=Off`?

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


More information about the lldb-commits mailing list