X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ld%2FMakefile;h=8793ca9c10741bcabd18bc3893bac20417cb300c;hb=b423d18a00eed4968d6df7415449259b09b7d67e;hp=eae7d482c5eaa3bc9ce743d03b656956c296db6d;hpb=e84f92db26ded7b9eb69060637a04d82daf22a6b;p=oota-llvm.git diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile index eae7d482c5e..8793ca9c107 100644 --- a/tools/llvm-ld/Makefile +++ b/tools/llvm-ld/Makefile @@ -2,16 +2,13 @@ # # 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-ld -USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a LLVMipa.a \ - LLVMTransformUtils.a LLVMTarget.a LLVMBCReader LLVMBCWriter LLVMCore \ - LLVMSupport.a LLVMSystem.a +LEVEL := ../.. +TOOLNAME := llvm-ld +LINK_COMPONENTS := ipo scalaropts linker archive bitwriter vectorize include $(LEVEL)/Makefile.common