build: liblldb now depends on the linker library

llvm-svn: 143466
This commit is contained in:
Daniel Dunbar 2011-11-01 17:32:01 +00:00
parent 244ce8b204
commit 8d365a1749
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ USEDLIBS = lldbAPI.a \
include $(LLDB_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
instrumentation ipo selectiondag jit mc mcjit
instrumentation ipo selectiondag jit mc mcjit linker
ifeq ($(HOST_OS),Darwin)
USEDLIBS += lldbHostMacOSX.a \