Summary:
We currently link to this on all platforms, so don't need to re-include
it into the LLDB_USED_LIBS. Also don't need to special case building
it for every supported platform.
Reviewers: clayborg, labath
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D12756
llvm-svn: 247284
list(APPEND LLDB_USED_LIBS
lldbPluginProcessWindows
lldbPluginProcessWinMiniDump
- lldbPluginJITLoaderGDB
Ws2_32
Rpcrt4
)
lldbPluginProcessLinux
lldbPluginProcessPOSIX
lldbPluginProcessElfCore
- lldbPluginJITLoaderGDB
)
endif ()
lldbPluginProcessFreeBSD
lldbPluginProcessPOSIX
lldbPluginProcessElfCore
- lldbPluginJITLoaderGDB
)
endif ()
-if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "Linux"
- OR CMAKE_SYSTEM_NAME MATCHES "Windows" OR CMAKE_SYSTEM_NAME MATCHES "Darwin")
- add_subdirectory(GDB)
-endif()
+add_subdirectory(GDB)