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 | fb2e3013360276f5861ab7246ca414525703be85 (patch) | |
tree | 1291b4d082060f8db789660d8ea4f64296184f3a /utils/PerfectShuffle | |
parent | c3ba2caf159c04ce6d691dff6c57859a52171791 (diff) | |
download | external_llvm-fb2e3013360276f5861ab7246ca414525703be85.zip external_llvm-fb2e3013360276f5861ab7246ca414525703be85.tar.gz external_llvm-fb2e3013360276f5861ab7246ca414525703be85.tar.bz2 |
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 0eb3a99..28709fe 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 |