forked from OSchip/llvm-project
Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (Darwin).
llvm-svn: 173864
This commit is contained in:
parent
4385564e97
commit
8bc6534701
|
@ -24,6 +24,7 @@ USEDLIBS = lldbAPI.a \
|
|||
lldbBreakpoint.a \
|
||||
lldbCommands.a \
|
||||
lldbCore.a \
|
||||
lldbDataFormatters.a \
|
||||
lldbExpression.a \
|
||||
lldbHostCommon.a \
|
||||
lldbInitAndLog.a \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue