forked from OSchip/llvm-project
Link in the MCJIT. Fixes makefile build.
llvm-svn: 131949
This commit is contained in:
parent
88f9137fd7
commit
1a4f5123dd
|
@ -65,7 +65,7 @@ USEDLIBS = lldbAPI.a \
|
||||||
include $(LLDB_LEVEL)/../../Makefile.config
|
include $(LLDB_LEVEL)/../../Makefile.config
|
||||||
|
|
||||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
|
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
|
||||||
instrumentation ipo selectiondag jit mc
|
instrumentation ipo selectiondag jit mc mcjit
|
||||||
|
|
||||||
ifeq ($(HOST_OS),Darwin)
|
ifeq ($(HOST_OS),Darwin)
|
||||||
USEDLIBS += lldbHostMacOSX.a \
|
USEDLIBS += lldbHostMacOSX.a \
|
||||||
|
|
Loading…
Reference in New Issue