diff options
Diffstat (limited to 'tools/llvm-extract/Makefile')
-rw-r--r-- | tools/llvm-extract/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/llvm-extract/Makefile b/tools/llvm-extract/Makefile index 21fe37b..2ef8841 100644 --- a/tools/llvm-extract/Makefile +++ b/tools/llvm-extract/Makefile @@ -12,4 +12,7 @@ LEVEL = ../.. TOOLNAME = llvm-extract LINK_COMPONENTS := ipo bitreader bitwriter +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 + include $(LEVEL)/Makefile.common |