================ @@ -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:
Remind me again what this does (probably the third time I've asked this, I keep forgetting :) ). When would I disable remote for this and what happens if I do? Also should this be LLDB_TEST_SHELL_TESTS_DISABLE_REMOTE? So it sorts next to all the other ones? https://github.com/llvm/llvm-project/pull/95986 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits