summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llvm-as/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index bdeeaa1e77..ae449c479a 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -12,4 +12,7 @@ TOOLNAME = llvm-as
LINK_COMPONENTS := asmparser bitwriter
REQUIRES_EH := 1
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
include $(LEVEL)/Makefile.common