forked from OSchip/llvm-project
use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to
1662184 bytes (~10%) llvm-svn: 65551
This commit is contained in:
parent
03b300b734
commit
dbf7b1c6e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue