[Lldb-commits] [lldb] [lldb] fix the install-lldb target (PR #196070)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu May 7 03:04:05 PDT 2026
DavidSpickett wrote:
> a missing target is possible when LLVM_ENABLE_IDE is set:
TIL that that option exists :) Understood.
> Before the fix, we were not depending on install-liblldb, which is wrong.
Right so it's just that folks usually do some broader install target like just `ninja install` and didn't notice this. Thanks for checking.
https://github.com/llvm/llvm-project/pull/196070
More information about the lldb-commits
mailing list