[Lldb-commits] [lldb] [lldb][test] Support remote run of Shell tests (PR #95986)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 1 01:37:08 PDT 2024


DavidSpickett wrote:

Ok I see what `LLDB_SHELL_TESTS_DISABLE_REMOTE` does but I don't get why. Perhaps you can show how a developer would:
* Hit the problem that this option addresses
* Apply the option
* What problems it would solve and what that final build looks like
* What the value of the results of that build are to the developer

I'm thinking that final build has unit and shell tests run locally, API tests run on the remote? I suppose we already support unit tests locally and API run remote, so this carries on that idea, but I've just never tried to do that because I'm generally x86 -> AArch64 where the cross compiler is never compatible.

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


More information about the lldb-commits mailing list