summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-as
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-26 18:29:42 +0000
committerChris Lattner <sabre@nondot.org>2009-02-26 18:29:42 +0000
commitdbf7b1c6e13be9ec10514b498b3b0e29d6b9324b (patch)
tree96457985f86a2827cd1134c7201b0a2a1f26f6ef /llvm/tools/llvm-as
parent03b300b734dc5399c8dc84ae346e8b1ccbef596a (diff)
downloadbcm5719-llvm-dbf7b1c6e13be9ec10514b498b3b0e29d6b9324b.tar.gz
bcm5719-llvm-dbf7b1c6e13be9ec10514b498b3b0e29d6b9324b.zip
use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to
1662184 bytes (~10%) llvm-svn: 65551
Diffstat (limited to 'llvm/tools/llvm-as')
-rw-r--r--llvm/tools/llvm-as/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/llvm-as/Makefile b/llvm/tools/llvm-as/Makefile
index bdeeaa1e77f..ae449c479a4 100644
--- a/llvm/tools/llvm-as/Makefile
+++ b/llvm/tools/llvm-as/Makefile
@@ -12,4 +12,7 @@ TOOLNAME = llvm-as
LINK_COMPONENTS := asmparser bitwriter
REQUIRES_EH := 1
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS = 1
+
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud