summaryrefslogtreecommitdiff
path: root/utils/PerfectShuffle
diff options
context:
space:
mode:
Diffstat (limited to 'utils/PerfectShuffle')
-rw-r--r--utils/PerfectShuffle/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/PerfectShuffle/Makefile b/utils/PerfectShuffle/Makefile
index 0eb3a9947f..28709fefd3 100644
--- a/utils/PerfectShuffle/Makefile
+++ b/utils/PerfectShuffle/Makefile
@@ -10,5 +10,9 @@
LEVEL = ../..
TOOLNAME = llvm-PerfectShuffle
NO_INSTALL = 1
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
include $(LEVEL)/Makefile.common