[Lldb-commits] [lldb] r232823 - Try to fix configure/make build.

Zachary Turner zturner at google.com
Fri Mar 20 09:23:40 PDT 2015


Author: zturner
Date: Fri Mar 20 11:23:40 2015
New Revision: 232823

URL: http://llvm.org/viewvc/llvm-project?rev=232823&view=rev
Log:
Try to fix configure/make build.

Modified:
    lldb/trunk/lib/Makefile

Modified: lldb/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lib/Makefile?rev=232823&r1=232822&r2=232823&view=diff
==============================================================================
--- lldb/trunk/lib/Makefile (original)
+++ lldb/trunk/lib/Makefile Fri Mar 20 11:23:40 2015
@@ -29,6 +29,7 @@ USEDLIBS = lldbAPI.a \
 	lldbDataFormatters.a \
 	lldbExpression.a \
 	lldbHostCommon.a \
+	lldbInitialize.a \
 	lldbInitAndLog.a \
 	lldbInterpreter.a \
 	lldbPluginABIMacOSX_arm.a \





More information about the lldb-commits mailing list