1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to

1662184 bytes (~10%)

llvm-svn: 65551
This commit is contained in:
Chris Lattner 2009-02-26 18:29:42 +00:00
parent a9b773c4d9
commit fe5245613b

View File

@ -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