From: Lang Hames Date: Sat, 24 Jan 2015 00:01:29 +0000 (+0000) Subject: [Orc] Add orcjit to the dependencies list in the Makefile for lli. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=4f437717d420d529b352872823acf3f663359d21;hp=5b37a2e5ff166522870c0dc87be602c04180ab76;ds=sidebyside [Orc] Add orcjit to the dependencies list in the Makefile for lli. This should fix a few more broken bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226973 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 94d6f061c94..ab40f2f1136 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -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