X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ranlib%2FMakefile;h=46a10e644662adea5340d4d7e5f8c645d0d42562;hb=adf01b3f18442ae8db6b8948e70d82d9df415119;hp=1379532f5eeb24d7ccc190f3d2d420a34f088969;hpb=0465fa9cf89a0c8a96cff6af59b0fbac9098471a;p=oota-llvm.git diff --git a/tools/llvm-ranlib/Makefile b/tools/llvm-ranlib/Makefile index 1379532f5ee..46a10e64466 100644 --- a/tools/llvm-ranlib/Makefile +++ b/tools/llvm-ranlib/Makefile @@ -2,15 +2,17 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvm-ranlib -USEDLIBS = LLVMArchive.a LLVMBCReader.a \ - LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +LINK_COMPONENTS = archive REQUIRES_EH := 1 +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 + include $(LEVEL)/Makefile.common