[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 06:57:36 PDT 2024
DavidSpickett wrote:
Ok, that seems reasonable. I'm still in a mode of thinking where a given build is all remote or all native. `LLDB_SHELL_TESTS_DISABLE_REMOTE` allows you to reuse all the settings you went to the trouble to set up, but on the host not the remote.
Though another way of thinking about it might be, I have a custom compiler setup but only intend to do host testing. This variable lets me tell the test runner not to assume I'm going to do any remote testing?
And if this compiler were the one from the toolchain you were going to ship, and include lldb with it, this lets you test host and remote then ship what you've tested, right?
https://github.com/llvm/llvm-project/pull/95986
More information about the lldb-commits
mailing list