[Lldb-commits] [lldb] r173864 - Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (Darwin).

Filipe Cabecinhas me at filcab.net
Tue Jan 29 16:28:58 PST 2013


Author: filcab
Date: Tue Jan 29 18:28:58 2013
New Revision: 173864

URL: http://llvm.org/viewvc/llvm-project?rev=173864&view=rev
Log:
Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (Darwin).

Modified:
    lldb/trunk/lib/Makefile
    lldb/trunk/source/DataFormatters/Makefile

Modified: lldb/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lib/Makefile?rev=173864&r1=173863&r2=173864&view=diff
==============================================================================
--- lldb/trunk/lib/Makefile (original)
+++ lldb/trunk/lib/Makefile Tue Jan 29 18:28:58 2013
@@ -24,6 +24,7 @@ USEDLIBS = lldbAPI.a \
 	lldbBreakpoint.a \
 	lldbCommands.a \
 	lldbCore.a \
+	lldbDataFormatters.a \
 	lldbExpression.a \
 	lldbHostCommon.a \
 	lldbInitAndLog.a \

Modified: lldb/trunk/source/DataFormatters/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/DataFormatters/Makefile?rev=173864&r1=173863&r2=173864&view=diff
==============================================================================
--- lldb/trunk/source/DataFormatters/Makefile (original)
+++ lldb/trunk/source/DataFormatters/Makefile Tue Jan 29 18:28:58 2013
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LLDB_LEVEL := ../..
-LIBRARYNAME := lldbCore
+LIBRARYNAME := lldbDataFormatters
 BUILD_ARCHIVE = 1
 
 # Enable RTTI on GCC builds because one source file in this directory





More information about the lldb-commits mailing list