| 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-link/Makefile b/llvm/tools/llvm-link/Makefile index fdb1c19..ddc7a59 100644 --- a/llvm/tools/llvm-link/Makefile +++ b/llvm/tools/llvm-link/Makefile
@@ -11,4 +11,7 @@ TOOLNAME = llvm-link LINK_COMPONENTS = linker bitreader bitwriter +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 + include $(LEVEL)/Makefile.common