From 1a4f5123dd734e3cf9fb951786ddb492820c8d81 Mon Sep 17 00:00:00 2001 From: Charles Davis Date: Tue, 24 May 2011 01:54:03 +0000 Subject: [PATCH] Link in the MCJIT. Fixes makefile build. llvm-svn: 131949 --- lldb/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index f429453d266a..a13114b20fee 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 \