aboutsummaryrefslogtreecommitdiff
path: root/tools/lli/ChildTarget/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lli/ChildTarget/Makefile')
-rw-r--r--tools/lli/ChildTarget/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lli/ChildTarget/Makefile b/tools/lli/ChildTarget/Makefile
index 6f4ddefcd59d..0767ba1d724c 100644
--- a/tools/lli/ChildTarget/Makefile
+++ b/tools/lli/ChildTarget/Makefile
@@ -12,8 +12,8 @@ TOOLNAME := lli-child-target
include $(LEVEL)/Makefile.config
-LINK_COMPONENTS := support
+LINK_COMPONENTS := support OrcJIT
-SOURCES := ChildTarget.cpp ../RemoteTarget.cpp
+SOURCES := ChildTarget.cpp
include $(LLVM_SRC_ROOT)/Makefile.rules