From 373208cd3ffae8b6118d622ed8e08bc7c3861f09 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Mon, 11 Jan 2016 17:44:07 +0000 Subject: [PATCH] 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 --- tools/lli/ChildTarget/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1