summaryrefslogtreecommitdiffstats
path: root/lldb/lib
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-05-19 17:35:01 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-05-19 17:35:01 +0000
commit34ed48001df7e0725f8f2f2d6a1a958d40fa65aa (patch)
tree2632790962cde128a61a0062bcd8c48ea418a330 /lldb/lib
parent5e494f4fe9e63fd3fa0156a190a9603fa5eb7335 (diff)
downloadbcm5719-llvm-34ed48001df7e0725f8f2f2d6a1a958d40fa65aa.tar.gz
bcm5719-llvm-34ed48001df7e0725f8f2f2d6a1a958d40fa65aa.zip
Link to LLVM instrumentation lib
llvm-svn: 131651
Diffstat (limited to 'lldb/lib')
-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