mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 10:39:35 +08:00
Enable lldb-gdbserver on Linux as well in the cmake build
llvm-svn: 200870
This commit is contained in:
@@ -2,7 +2,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
add_subdirectory(debugserver)
|
||||
endif()
|
||||
add_subdirectory(driver)
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
add_subdirectory(lldb-gdbserver)
|
||||
endif()
|
||||
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
|
||||
Reference in New Issue
Block a user