Library-ize the dyld components of llvm-rtdyld.
[oota-llvm.git] / tools / llvm-rtdyld / Makefile
index a30a85cb4abc6cc2c055c43936d8a06369729464..6a879b3e8c7dd243a6df33c27feb8c92071eafd6 100644 (file)
@@ -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