forked from OSchip/llvm-project
build: liblldb now depends on the linker library
llvm-svn: 143466
This commit is contained in:
parent
244ce8b204
commit
8d365a1749
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue