X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-link%2FMakefile;h=ddc7a59b32a029a00cf5001b482e6eb40b2a5f41;hb=45cfe545ec8177262dabc70580ce05feaa1c3880;hp=9c3fa53113d49e6d6fd810e7a7046e251faae3f2;hpb=bf714df962e8d387f530d40d1f040863db8009e8;p=oota-llvm.git diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 9c3fa53113d..ddc7a59b32a 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -2,14 +2,16 @@ # # 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-link -USEDLIBS = LLVMLinker.a LLVMBCReader LLVMBCWriter \ - LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a +LINK_COMPONENTS = linker bitreader bitwriter + +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 include $(LEVEL)/Makefile.common