[Lldb-commits] [lldb] [LLDB] Move SB API test helpers to separate library (PR #185866)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 11 11:51:58 PDT 2026
Nerixyz wrote:
> We need to remove the dependency on liblldb from TestingSupport. If we want to share code, we can make a `SBTestingSupport` or something instead.
Did that now. I couldn't test it on Windows, because the DAP tests don't run there, but at least they compile.
https://github.com/llvm/llvm-project/pull/185866
More information about the lldb-commits
mailing list