summaryrefslogtreecommitdiffstats
path: root/lldb/lib
diff options
context:
space:
mode:
authorCharles Davis <cdavis@mines.edu>2011-05-24 01:54:03 +0000
committerCharles Davis <cdavis@mines.edu>2011-05-24 01:54:03 +0000
commit1a4f5123dd734e3cf9fb951786ddb492820c8d81 (patch)
tree8a0a6003e21af53f01c79894320194d82b5853e8 /lldb/lib
parent88f9137fd770e4a5a1586e696cbb3eeb869408e8 (diff)
downloadbcm5719-llvm-1a4f5123dd734e3cf9fb951786ddb492820c8d81.tar.gz
bcm5719-llvm-1a4f5123dd734e3cf9fb951786ddb492820c8d81.zip
Link in the MCJIT. Fixes makefile build.
llvm-svn: 131949
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 f429453d266..a13114b20fe 100644
--- a/lldb/lib/Makefile
+++ b/lldb/lib/Makefile
@@ -65,7 +65,7 @@ USEDLIBS = lldbAPI.a \
include $(LLDB_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
- instrumentation ipo selectiondag jit mc
+ instrumentation ipo selectiondag jit mc mcjit
ifeq ($(HOST_OS),Darwin)
USEDLIBS += lldbHostMacOSX.a \
OpenPOWER on IntegriCloud