forked from OSchip/llvm-project
[Orc] Add orcjit to the dependencies list in the Makefile for lli.
This should fix a few more broken bots. llvm-svn: 226973
This commit is contained in:
parent
84aaf62dfb
commit
17e6caee63
|
@ -14,7 +14,7 @@ PARALLEL_DIRS := ChildTarget
|
|||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
LINK_COMPONENTS := mcjit instrumentation interpreter nativecodegen bitreader asmparser irreader selectiondag native
|
||||
LINK_COMPONENTS := mcjit orcjit instrumentation interpreter nativecodegen bitreader asmparser irreader selectiondag native
|
||||
|
||||
# If Intel JIT Events support is confiured, link against the LLVM Intel JIT
|
||||
# Events interface library
|
||||
|
|
Loading…
Reference in New Issue