Still trying to fix the Make build. Link lldbHostPosix to liblldb

llvm-svn: 215788
This commit is contained in:
Zachary Turner 2014-08-15 23:27:37 +00:00
parent 983484fb11
commit 76eddae8dd
1 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,7 @@ LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
ifeq ($(HOST_OS),Darwin) ifeq ($(HOST_OS),Darwin)
USEDLIBS += lldbHostMacOSX.a \ USEDLIBS += lldbHostMacOSX.a \
lldbHostPosix.a \
lldbPluginDynamicLoaderMacOSX.a \ lldbPluginDynamicLoaderMacOSX.a \
lldbPluginDynamicLoaderDarwinKernel.a \ lldbPluginDynamicLoaderDarwinKernel.a \
lldbPluginObjectContainerUniversalMachO.a \ lldbPluginObjectContainerUniversalMachO.a \
@ -111,6 +112,7 @@ endif
ifeq ($(HOST_OS),Linux) ifeq ($(HOST_OS),Linux)
USEDLIBS += lldbHostLinux.a \ USEDLIBS += lldbHostLinux.a \
lldbHostPosix.a \
lldbPluginProcessLinux.a \ lldbPluginProcessLinux.a \
lldbPluginProcessPOSIX.a \ lldbPluginProcessPOSIX.a \
lldbPluginDynamicLoaderMacOSX.a \ lldbPluginDynamicLoaderMacOSX.a \
@ -126,6 +128,7 @@ endif
ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD)) ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD))
USEDLIBS += lldbHostFreeBSD.a \ USEDLIBS += lldbHostFreeBSD.a \
lldbHostPosix.a \
lldbPluginProcessPOSIX.a \ lldbPluginProcessPOSIX.a \
lldbPluginProcessFreeBSD.a \ lldbPluginProcessFreeBSD.a \
lldbPluginProcessElfCore.a \ lldbPluginProcessElfCore.a \