summaryrefslogtreecommitdiff
path: root/tools/llvm-rtdyld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-rtdyld/Makefile')
-rw-r--r--tools/llvm-rtdyld/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-rtdyld/Makefile b/tools/llvm-rtdyld/Makefile
index a30a85cb4a..6a879b3e8c 100644
--- a/tools/llvm-rtdyld/Makefile
+++ b/tools/llvm-rtdyld/Makefile
@@ -18,6 +18,6 @@ TOOL_NO_EXPORTS = 1
# early so we can set up LINK_COMPONENTS before including Makefile.rules
include $(LEVEL)/Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) support MC object
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) support MC object RuntimeDyld
include $(LLVM_SRC_ROOT)/Makefile.rules