The original jit no longer exists in llvm, remove from dependencies.

PR20864

llvm-svn: 217301
This commit is contained in:
Eric Christopher 2014-09-06 02:03:06 +00:00
parent a51ea3822a
commit d650b82b22

View File

@ -92,7 +92,7 @@ endif
include $(LLDB_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
instrumentation ipo irreader selectiondag jit mc mcjit \
instrumentation ipo irreader selectiondag mc mcjit \
linker option
ifeq ($(HOST_OS),Darwin)