[llvm] r257360 - lli/ChildTarget now depends on OrcJIT. Add that component to the Makefile.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 09:44:07 PST 2016
Author: lhames
Date: Mon Jan 11 11:44:07 2016
New Revision: 257360
URL: http://llvm.org/viewvc/llvm-project?rev=257360&view=rev
Log:
lli/ChildTarget now depends on OrcJIT. Add that component to the Makefile.
Modified:
llvm/trunk/tools/lli/ChildTarget/Makefile
Modified: llvm/trunk/tools/lli/ChildTarget/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/ChildTarget/Makefile?rev=257360&r1=257359&r2=257360&view=diff
==============================================================================
--- llvm/trunk/tools/lli/ChildTarget/Makefile (original)
+++ llvm/trunk/tools/lli/ChildTarget/Makefile Mon Jan 11 11:44:07 2016
@@ -12,7 +12,7 @@ TOOLNAME := lli-child-target
include $(LEVEL)/Makefile.config
-LINK_COMPONENTS := support
+LINK_COMPONENTS := support OrcJIT
SOURCES := ChildTarget.cpp
More information about the llvm-commits
mailing list