From: Reid Spencer Date: Sun, 14 Nov 2004 22:23:31 +0000 (+0000) Subject: We need the libLLVMArchive library now X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1893f9273ceedb5e9f45e07e0d8499ac3b78c1ec;p=oota-llvm.git We need the libLLVMArchive library now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17792 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile index eae7d482c5e..1baae4ad479 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 LLVMSystem.a include $(LEVEL)/Makefile.common