X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-link%2FMakefile;h=ed30d2d256b8eb2aab05893b7eced6c90536f7d5;hb=36cd99caccbc62366b30c47fefba6c4832f0b2be;hp=1fc4683bb494fe92f352bfe55437b0e15f064df5;hpb=7c4c98d9860dfa5a5efbd354589ee64e43b8a5bd;p=oota-llvm.git diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 1fc4683bb49..ed30d2d256b 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 +LEVEL := ../.. +TOOLNAME := llvm-link +LINK_COMPONENTS := linker bitreader bitwriter asmparser irreader + +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS := 1 include $(LEVEL)/Makefile.common