X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-link%2FMakefile;h=26370187c55f9954866be05bbb88863141eb7571;hb=adf01b3f18442ae8db6b8948e70d82d9df415119;hp=1fc4683bb494fe92f352bfe55437b0e15f064df5;hpb=7c4c98d9860dfa5a5efbd354589ee64e43b8a5bd;p=oota-llvm.git diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 1fc4683bb49..26370187c55 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -2,13 +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 = bcreader bcwriter vmcore support.a LLVMsystem.a +LINK_COMPONENTS = linker bitreader bitwriter asmparser + +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 include $(LEVEL)/Makefile.common