diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-14 23:23:18 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-14 23:23:18 +0000 |
commit | b908356b9324e1b52560ac093515e0e8fbd8544f (patch) | |
tree | 4569d954951d4cfbd886d76f789e33f2b1ea2daa | |
parent | b55bc06bad38162735f6e5ae2765be686fb47b2c (diff) |
bugpoint needs LLVMLinker.a now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17804 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/bugpoint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index e3addbdb26..dbd8fa8379 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) |