diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvm-as/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index bdeeaa1..ae449c4 100644 --- a/tools/llvm-as/Makefile +++ b/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 |