From: Lang Hames Date: Mon, 11 Jan 2016 17:44:07 +0000 (+0000) Subject: lli/ChildTarget now depends on OrcJIT. Add that component to the Makefile. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=373208cd3ffae8b6118d622ed8e08bc7c3861f09 lli/ChildTarget now depends on OrcJIT. Add that component to the Makefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257360 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/lli/ChildTarget/Makefile b/tools/lli/ChildTarget/Makefile index b388a49b45f..0767ba1d724 100644 --- a/tools/lli/ChildTarget/Makefile +++ b/tools/lli/ChildTarget/Makefile @@ -12,7 +12,7 @@ TOOLNAME := lli-child-target include $(LEVEL)/Makefile.config -LINK_COMPONENTS := support +LINK_COMPONENTS := support OrcJIT SOURCES := ChildTarget.cpp