diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/tools/llvm-as/Makefile | 3 |
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 |