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:
parent
c75302cb86
commit
380df1aad3
@ -12,7 +12,7 @@ TOOLNAME := lli-child-target
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
LINK_COMPONENTS := support
|
||||
LINK_COMPONENTS := support OrcJIT
|
||||
|
||||
SOURCES := ChildTarget.cpp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user