forked from OSchip/llvm-project
The original jit no longer exists in llvm, remove from dependencies.
PR20864 llvm-svn: 217301
This commit is contained in:
parent
a51ea3822a
commit
d650b82b22
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue