From 1893f9273ceedb5e9f45e07e0d8499ac3b78c1ec Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 14 Nov 2004 22:23:31 +0000 Subject: [PATCH] We need the libLLVMArchive library now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17792 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-ld/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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