1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

lli/ChildTarget now depends on OrcJIT. Add that component to the Makefile.

llvm-svn: 257360
This commit is contained in:
Lang Hames 2016-01-11 17:44:07 +00:00
parent c75302cb86
commit 380df1aad3

View File

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