X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ld%2FMakefile;h=34d6dc69ca4690e9a8a8fe84ec1c09a30963fd6d;hb=c40641347131c15e5b8ace6d7b2abbbb51828833;hp=eae7d482c5eaa3bc9ce743d03b656956c296db6d;hpb=e84f92db26ded7b9eb69060637a04d82daf22a6b;p=oota-llvm.git diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile index eae7d482c5e..34d6dc69ca4 100644 --- a/tools/llvm-ld/Makefile +++ b/tools/llvm-ld/Makefile @@ -10,8 +10,9 @@ 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 +USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \ + LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \ + LLVMArchive.a LLVMBCReader LLVMBCWriter \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common