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 bf49958d33f..4dd7266cebb 100644
--- a/lldb/lib/Makefile
+++ b/lldb/lib/Makefile
@@ -62,7 +62,7 @@ USEDLIBS = lldbAPI.a \
include $(LLDB_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
- ipo selectiondag jit mc
+ ipo selectiondag jit mc instrumentation
ifeq ($(HOST_OS),Darwin)
USEDLIBS += lldbHostMacOSX.a \
OpenPOWER on IntegriCloud