From 17e6caee639a60325715841cb2c224ccdfb99373 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Sat, 24 Jan 2015 00:01:29 +0000 Subject: [PATCH] [Orc] Add orcjit to the dependencies list in the Makefile for lli. This should fix a few more broken bots. llvm-svn: 226973 --- llvm/tools/lli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile index 94d6f061c946..ab40f2f11363 100644 --- a/llvm/tools/lli/Makefile +++ b/llvm/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