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 de2cdd8 commit 57cb805Copy full SHA for 57cb805
lldb/cmake/modules/LLDBConfig.cmake
@@ -292,11 +292,7 @@ endif()
292
293
# Figure out if lldb could use lldb-server. If so, then we'll
294
# ensure we build lldb-server when an lldb target is being built.
295
-<<<<<<< HEAD
296
-if (CMAKE_SYSTEM_NAME MATCHES "Android|Darwin|FreeBSD|Linux|NetBSD|OpenBSD|Windows|AIX")
297
-=======
298
if (CMAKE_SYSTEM_NAME MATCHES "AIX|Android|Darwin|FreeBSD|Linux|NetBSD|OpenBSD|Windows")
299
->>>>>>> upstream/main
300
set(LLDB_CAN_USE_LLDB_SERVER ON)
301
else()
302
set(LLDB_CAN_USE_LLDB_SERVER OFF)
0 commit comments