disable exports from a bunch more tools, those without plugins.
[oota-llvm.git] / tools / llvm-extract / Makefile
index 21fe37b13109070a5cd103cd5b62ea0a9a2d8ad9..2ef88415c6a6f2597565c43a44d10573932ff718 100644 (file)
@@ -12,4 +12,7 @@ LEVEL = ../..
 TOOLNAME = llvm-extract
 LINK_COMPONENTS := ipo bitreader bitwriter
 
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
 include $(LEVEL)/Makefile.common