From: Zachary Turner Date: Fri, 20 Mar 2015 16:23:40 +0000 (+0000) Subject: Try to fix configure/make build. X-Git-Tag: llvmorg-3.7.0-rc1~8725 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be30a6524f398151192c0d3211ffec76ab4cf67b;p=platform%2Fupstream%2Fllvm.git Try to fix configure/make build. llvm-svn: 232823 --- diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index fa40758..161dbc8 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -29,6 +29,7 @@ USEDLIBS = lldbAPI.a \ lldbDataFormatters.a \ lldbExpression.a \ lldbHostCommon.a \ + lldbInitialize.a \ lldbInitAndLog.a \ lldbInterpreter.a \ lldbPluginABIMacOSX_arm.a \