Link in the MCJIT. Fixes makefile build.

llvm-svn: 131949
This commit is contained in:
Charles Davis 2011-05-24 01:54:03 +00:00
parent 88f9137fd7
commit 1a4f5123dd
1 changed files with 1 additions and 1 deletions

View File

@ -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 \