commit | 3f60b4803a21fc7551396bade484e88caf88a050 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Feb 26 19:01:11 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Feb 26 19:01:11 2009 +0000 |
tree | 211384c7bff947d4c2df69238a89bf77371956e7 | |
parent | 92000e54ac5e6c938bad88216870e1f8dca8a706 [diff] [blame] |
disable exports from a bunch more tools, those without plugins. llvm-svn: 65558
diff --git a/llvm/tools/llvm-extract/Makefile b/llvm/tools/llvm-extract/Makefile index 21fe37b..2ef8841 100644 --- a/llvm/tools/llvm-extract/Makefile +++ b/llvm/tools/llvm-extract/Makefile
@@ -12,4 +12,7 @@ TOOLNAME = llvm-extract LINK_COMPONENTS := ipo bitreader bitwriter +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 + include $(LEVEL)/Makefile.common