diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-26 19:02:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-26 19:02:23 +0000 |
commit | 13d5b71a957f51fc86e3d21606a312b391039a4b (patch) | |
tree | 1291b4d082060f8db789660d8ea4f64296184f3a /utils/PerfectShuffle | |
parent | e3ff456fd1a87fa3cc9aef6003e10d4f0bd9f752 (diff) |
these utils don't need exports.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/PerfectShuffle')
-rw-r--r-- | utils/PerfectShuffle/Makefile | 4 |
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 |