[ThinLTO] Release files in gold plugin during combined index (take 2)
[oota-llvm.git] / tools / gold / Makefile
index 593d8eab2932cc99125b45e2e040ea80c0e6ece3..aa006b0048fc7de9a759de6058bfc56ed4fc327e 100644 (file)
@@ -20,7 +20,7 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/gold.exports
 # early so we can set up LINK_COMPONENTS before including Makefile.rules
 include $(LEVEL)/Makefile.config
 
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) LTO
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) Linker BitWriter IPO
 
 # Because off_t is used in the public API, the largefile parts are required for
 # ABI compatibility.