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