diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2011-05-19 17:35:01 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-05-19 17:35:01 +0000 |
commit | 34ed48001df7e0725f8f2f2d6a1a958d40fa65aa (patch) | |
tree | 2632790962cde128a61a0062bcd8c48ea418a330 /lldb/lib | |
parent | 5e494f4fe9e63fd3fa0156a190a9603fa5eb7335 (diff) | |
download | bcm5719-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/Makefile | 2 |
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 \ |