summaryrefslogtreecommitdiff
path: root/tools/llvm-bcanalyzer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-bcanalyzer/Makefile')
-rw-r--r--tools/llvm-bcanalyzer/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/llvm-bcanalyzer/Makefile b/tools/llvm-bcanalyzer/Makefile
index 7873236304..251f758606 100644
--- a/tools/llvm-bcanalyzer/Makefile
+++ b/tools/llvm-bcanalyzer/Makefile
@@ -12,4 +12,7 @@ TOOLNAME = llvm-bcanalyzer
LINK_COMPONENTS := bitreader
REQUIRES_EH := 1
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
include $(LEVEL)/Makefile.common