From 8d365a1749651cef8367073f8d58624e2e691744 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 1 Nov 2011 17:32:01 +0000 Subject: [PATCH] build: liblldb now depends on the linker library llvm-svn: 143466 --- lldb/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index f7ea7086e217..46fedfea8977 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -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 \