mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 08:31:13 +00:00
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
Block a user