Skip to content

Commit 57cb805

Browse files
Merge branch 'llvm:main' into gh-101657
1 parent de2cdd8 commit 57cb805

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/cmake/modules/LLDBConfig.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,7 @@ endif()
292292

293293
# Figure out if lldb could use lldb-server. If so, then we'll
294294
# 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-
=======
298295
if (CMAKE_SYSTEM_NAME MATCHES "AIX|Android|Darwin|FreeBSD|Linux|NetBSD|OpenBSD|Windows")
299-
>>>>>>> upstream/main
300296
set(LLDB_CAN_USE_LLDB_SERVER ON)
301297
else()
302298
set(LLDB_CAN_USE_LLDB_SERVER OFF)

0 commit comments

Comments
 (0)