[Lldb-commits] [lldb] r182687 - lldbPluginOSDarwinKernel doesn't exist.

Filipe Cabecinhas me at filcab.net
Fri May 24 15:46:06 PDT 2013


Author: filcab
Date: Fri May 24 17:46:06 2013
New Revision: 182687

URL: http://llvm.org/viewvc/llvm-project?rev=182687&view=rev
Log:
lldbPluginOSDarwinKernel doesn't exist.

Modified:
    lldb/trunk/source/CMakeLists.txt

Modified: lldb/trunk/source/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/CMakeLists.txt?rev=182687&r1=182686&r2=182687&view=diff
==============================================================================
--- lldb/trunk/source/CMakeLists.txt (original)
+++ lldb/trunk/source/CMakeLists.txt Fri May 24 17:46:06 2013
@@ -90,7 +90,6 @@ if ( CMAKE_SYSTEM_NAME MATCHES "Darwin"
   list(APPEND LLDB_USED_LIBS
     lldbHostMacOSX
     lldbPluginDynamicLoaderDarwinKernel
-    lldbPluginOSDarwinKernel
     lldbPluginProcessMacOSXKernel
     lldbPluginSymbolVendorMacOSX
     )





More information about the lldb-commits mailing list