From b908356b9324e1b52560ac093515e0e8fbd8544f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 14 Nov 2004 23:23:18 +0000 Subject: [PATCH] bugpoint needs LLVMLinker.a now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17804 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index e3addbdb266..dbd8fa8379b 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -14,8 +14,9 @@ OPTLIBS = LLVMTransforms LLVMInstrumentation LLVMProfilePaths ANALIBS = LLVMDataStructure LLVMipa LLVMTarget.a USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \ - LLVMTransformUtils LLVMAsmParser LLVMBCReader LLVMBCWriter LLVMCore \ - LLVMSupport.a LLVMSystem.a + LLVMTransformUtils \ + LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \ + LLVMCore LLVMSupport.a LLVMSystem.a TOOLLINKOPTS = $(PLATFORMLIBDL) -- 2.34.1