[Lldb-commits] [lldb] r181024 - Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993.
Sylvestre Ledru
sylvestre at debian.org
Fri May 3 08:28:03 PDT 2013
Author: sylvestre
Date: Fri May 3 10:28:03 2013
New Revision: 181024
URL: http://llvm.org/viewvc/llvm-project?rev=181024&view=rev
Log:
Fixed the build to reflect the removal of OperatingSystem/Darwin-Kernel in r180993.
Modified:
lldb/trunk/lib/Makefile
Modified: lldb/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lib/Makefile?rev=181024&r1=181023&r2=181024&view=diff
==============================================================================
--- lldb/trunk/lib/Makefile (original)
+++ lldb/trunk/lib/Makefile Fri May 3 10:28:03 2013
@@ -87,7 +87,6 @@ ifeq ($(HOST_OS),Darwin)
lldbPluginDynamicLoaderDarwinKernel.a \
lldbPluginObjectContainerUniversalMachO.a \
lldbPluginObjectFileMachO.a \
- lldbPluginOperatingSystemDarwinKernel.a \
lldbPluginSymbolVendorMacOSX.a \
lldbPluginProcessDarwin.a \
lldbPluginProcessMachCore.a
@@ -98,8 +97,7 @@ ifeq ($(HOST_OS),Linux)
lldbPluginProcessLinux.a \
lldbPluginProcessPOSIX.a \
lldbPluginDynamicLoaderMacOSX.a \
- lldbPluginDynamicLoaderDarwinKernel.a \
- lldbPluginOperatingSystemDarwinKernel.a
+ lldbPluginDynamicLoaderDarwinKernel.a
endif
More information about the lldb-commits
mailing list