X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ranlib%2FMakefile;h=46a10e644662adea5340d4d7e5f8c645d0d42562;hb=a75ce9f5d2236d93c117e861e60e6f3f748c9555;hp=1d315c2b82e28bde84b966e7fc3eb147c6e4bc4a;hpb=51167848265a0fa006c32557caa4aeb3f482f45e;p=oota-llvm.git diff --git a/tools/llvm-ranlib/Makefile b/tools/llvm-ranlib/Makefile index 1d315c2b82e..46a10e64466 100644 --- a/tools/llvm-ranlib/Makefile +++ b/tools/llvm-ranlib/Makefile @@ -12,4 +12,7 @@ TOOLNAME = llvm-ranlib LINK_COMPONENTS = archive REQUIRES_EH := 1 +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 + include $(LEVEL)/Makefile.common