[Lldb-commits] [lldb] [lldb] Fix finding make tool for tests (PR #111980)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 14 01:28:50 PDT 2024
labath wrote:
lldb-dotest is a separate tool, which is usually only invoked manually when debugging a specific test (and not invoked by `make check-lldb` like the bots do). This fact that its args need to stay in sync is annoying an a relatively common problem. I feel that there must be a way to have a single source of truth for the testing args, but I haven't found the time to figure one out yet (patches welcome).
https://github.com/llvm/llvm-project/pull/111980
More information about the lldb-commits
mailing list