From d292fb92e879223ba52331a63d8899b65eddfd76 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 14 Nov 2004 23:12:22 +0000 Subject: [PATCH] This program needs libLLVMLinker.a now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17802 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-link/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1