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
This commit is contained in:
Lang Hames 2016-01-11 17:44:07 +00:00
parent c6eb1a443f
commit 373208cd3f

View File

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