diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-26 19:01:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-26 19:01:11 +0000 |
commit | c3ba2caf159c04ce6d691dff6c57859a52171791 (patch) | |
tree | 78b9f22b16013094a07780f8619826236ca8d39a /tools/llvm-bcanalyzer | |
parent | 7c0246169f8dfe0237ddf5b697c32e2530d534f7 (diff) | |
download | external_llvm-c3ba2caf159c04ce6d691dff6c57859a52171791.zip external_llvm-c3ba2caf159c04ce6d691dff6c57859a52171791.tar.gz external_llvm-c3ba2caf159c04ce6d691dff6c57859a52171791.tar.bz2 |
disable exports from a bunch more tools, those without plugins.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65558 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-bcanalyzer')
-rw-r--r-- | tools/llvm-bcanalyzer/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/llvm-bcanalyzer/Makefile b/tools/llvm-bcanalyzer/Makefile index 7873236..251f758 100644 --- a/tools/llvm-bcanalyzer/Makefile +++ b/tools/llvm-bcanalyzer/Makefile @@ -12,4 +12,7 @@ TOOLNAME = llvm-bcanalyzer LINK_COMPONENTS := bitreader REQUIRES_EH := 1 +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 + include $(LEVEL)/Makefile.common |