summaryrefslogtreecommitdiffstats
path: root/llvm/utils/PerfectShuffle
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-26 19:02:23 +0000
committerChris Lattner <sabre@nondot.org>2009-02-26 19:02:23 +0000
commit265fc59cb2787dd2a634ff2317793eff5144da97 (patch)
tree97577efede9c1ca1cf8947897b40a53ddbaee81e /llvm/utils/PerfectShuffle
parent3f60b4803a21fc7551396bade484e88caf88a050 (diff)
downloadbcm5719-llvm-265fc59cb2787dd2a634ff2317793eff5144da97.tar.gz
bcm5719-llvm-265fc59cb2787dd2a634ff2317793eff5144da97.zip
these utils don't need exports.
llvm-svn: 65559
Diffstat (limited to 'llvm/utils/PerfectShuffle')
-rw-r--r--llvm/utils/PerfectShuffle/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/utils/PerfectShuffle/Makefile b/llvm/utils/PerfectShuffle/Makefile
index 0eb3a9947ff..28709fefd31 100644
--- a/llvm/utils/PerfectShuffle/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud