mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00: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:
parent
a9b773c4d9
commit
fe5245613b
@ -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
Block a user