We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9243bed commit 4edb3acCopy full SHA for 4edb3ac
lldb/test/CMakeLists.txt
@@ -235,6 +235,8 @@ if (CMAKE_SIZEOF_VOID_P EQUAL 8)
235
set(LLDB_IS_64_BITS 1)
236
endif()
237
238
+set(LLDB_SHELL_TESTS_DISABLE_REMOTE OFF CACHE BOOL "Disable remote Shell tests execution")
239
+
240
# These values are not canonicalized within LLVM.
241
llvm_canonicalize_cmake_booleans(
242
LLDB_BUILD_INTEL_PT
0 commit comments