[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 Sep 26 06:07:20 PDT 2024


================
@@ -235,6 +235,8 @@ if (CMAKE_SIZEOF_VOID_P EQUAL 8)
   set(LLDB_IS_64_BITS 1)
 endif()
 
+set(LLDB_SHELL_TESTS_DISABLE_REMOTE OFF CACHE BOOL "Disable remote Shell tests execution")
----------------
DavidSpickett wrote:

Ok and that means you can still use a single `ninja check-lldb` command instead of having to split it up.

Seems like it will get limited use, but it's always good to have an escape hatch and this is not expensive to have.

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


More information about the lldb-commits mailing list