[Lldb-commits] [PATCH] D12756: Build Plugin/JITLoader/GDB on all platforms.

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 10 07:30:06 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL247284: Build Plugin/JITLoader/GDB on all platforms. (authored by brucem).

Changed prior to commit:
  http://reviews.llvm.org/D12756?vs=34434&id=34444#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12756

Files:
  lldb/trunk/cmake/LLDBDependencies.cmake
  lldb/trunk/source/Plugins/JITLoader/CMakeLists.txt

Index: lldb/trunk/source/Plugins/JITLoader/CMakeLists.txt
===================================================================
--- lldb/trunk/source/Plugins/JITLoader/CMakeLists.txt
+++ lldb/trunk/source/Plugins/JITLoader/CMakeLists.txt
@@ -1,4 +1 @@
-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)
Index: lldb/trunk/cmake/LLDBDependencies.cmake
===================================================================
--- lldb/trunk/cmake/LLDBDependencies.cmake
+++ lldb/trunk/cmake/LLDBDependencies.cmake
@@ -79,7 +79,6 @@
   list(APPEND LLDB_USED_LIBS
     lldbPluginProcessWindows
     lldbPluginProcessWinMiniDump
-    lldbPluginJITLoaderGDB
     Ws2_32
     Rpcrt4
     )
@@ -91,7 +90,6 @@
     lldbPluginProcessLinux
     lldbPluginProcessPOSIX
     lldbPluginProcessElfCore
-    lldbPluginJITLoaderGDB
    )
 endif ()
 
@@ -101,7 +99,6 @@
     lldbPluginProcessFreeBSD
     lldbPluginProcessPOSIX
     lldbPluginProcessElfCore
-    lldbPluginJITLoaderGDB
     )
 endif ()
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12756.34444.patch
Type: text/x-patch
Size: 1146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150910/8e62edc2/attachment.bin>


More information about the lldb-commits mailing list