Minor cleanup related to my latest scheduler changes.
[oota-llvm.git] / tools / llvm-ranlib / Makefile
index 1d315c2b82e28bde84b966e7fc3eb147c6e4bc4a..46a10e644662adea5340d4d7e5f8c645d0d42562 100644 (file)
@@ -12,4 +12,7 @@ TOOLNAME = llvm-ranlib
 LINK_COMPONENTS = archive
 REQUIRES_EH := 1
 
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
 include $(LEVEL)/Makefile.common