Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (Darwin).

llvm-svn: 173864
This commit is contained in:
Filipe Cabecinhas 2013-01-30 00:28:58 +00:00
parent 4385564e97
commit 8bc6534701
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ USEDLIBS = lldbAPI.a \
lldbBreakpoint.a \ lldbBreakpoint.a \
lldbCommands.a \ lldbCommands.a \
lldbCore.a \ lldbCore.a \
lldbDataFormatters.a \
lldbExpression.a \ lldbExpression.a \
lldbHostCommon.a \ lldbHostCommon.a \
lldbInitAndLog.a \ lldbInitAndLog.a \

View File

@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===## ##===----------------------------------------------------------------------===##
LLDB_LEVEL := ../.. LLDB_LEVEL := ../..
LIBRARYNAME := lldbCore LIBRARYNAME := lldbDataFormatters
BUILD_ARCHIVE = 1 BUILD_ARCHIVE = 1
# Enable RTTI on GCC builds because one source file in this directory # Enable RTTI on GCC builds because one source file in this directory