[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:
Lang Hames 2015-01-24 00:01:29 +00:00
parent 84aaf62dfb
commit 17e6caee63
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ PARALLEL_DIRS := ChildTarget
include $(LEVEL)/Makefile.config 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 # If Intel JIT Events support is confiured, link against the LLVM Intel JIT
# Events interface library # Events interface library