lli/ChildTarget now depends on OrcJIT. Add that component to the Makefile.
authorLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 17:44:07 +0000 (17:44 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 17:44:07 +0000 (17:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257360 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/ChildTarget/Makefile

index b388a49b45f9c9ea9fec0012681be00bc2576893..0767ba1d724cf5ad604865df22cf1d9c8ab44ee7 100644 (file)
@@ -12,7 +12,7 @@ TOOLNAME := lli-child-target
 
 include $(LEVEL)/Makefile.config
 
-LINK_COMPONENTS := support
+LINK_COMPONENTS := support OrcJIT
 
 SOURCES := ChildTarget.cpp