X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-link%2FMakefile;h=ddc7a59b32a029a00cf5001b482e6eb40b2a5f41;hb=45cfe545ec8177262dabc70580ce05feaa1c3880;hp=4371c69712d2a066c400097271b7b9985c3d3eea;hpb=c48e1db2140b3565ef3dea58699a09c5abf36f7f;p=oota-llvm.git diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 4371c69712d..ddc7a59b32a 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 -LINK_COMPONENTS = linker bcreader bcwriter bitreader bitwriter +LINK_COMPONENTS = linker bitreader bitwriter + +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 include $(LEVEL)/Makefile.common