[llvm] r226973 - [Orc] Add orcjit to the dependencies list in the Makefile for lli.

Lang Hames lhames at gmail.com
Fri Jan 23 16:01:29 PST 2015


Author: lhames
Date: Fri Jan 23 18:01:29 2015
New Revision: 226973

URL: http://llvm.org/viewvc/llvm-project?rev=226973&view=rev
Log:
[Orc] Add orcjit to the dependencies list in the Makefile for lli.

This should fix a few more broken bots.


Modified:
    llvm/trunk/tools/lli/Makefile

Modified: llvm/trunk/tools/lli/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/Makefile?rev=226973&r1=226972&r2=226973&view=diff
==============================================================================
--- llvm/trunk/tools/lli/Makefile (original)
+++ llvm/trunk/tools/lli/Makefile Fri Jan 23 18:01:29 2015
@@ -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





More information about the llvm-commits mailing list