summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile
index f7ea7086e21..46fedfea897 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 \
OpenPOWER on IntegriCloud