From: Reid Spencer Date: Sun, 14 Nov 2004 23:12:22 +0000 (+0000) Subject: This program needs libLLVMLinker.a now X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d292fb92e879223ba52331a63d8899b65eddfd76;p=oota-llvm.git This program needs libLLVMLinker.a now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17802 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 49862724065..11f417b9a38 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -9,6 +9,7 @@ LEVEL = ../.. TOOLNAME = llvm-link -USEDLIBS = LLVMBCReader LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMLinker.a LLVMBCReader LLVMBCWriter \ + LLVMCore LLVMSupport.a LLVMSystem.a include $(LEVEL)/Makefile.common