From bf714df962e8d387f530d40d1f040863db8009e8 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 25 Nov 2004 20:22:06 +0000 Subject: [PATCH] Add LLVMbzip2 library, now required. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18255 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/ModuleMaker/Makefile | 2 +- projects/Stacker/tools/stkrc/Makefile | 2 +- tools/Makefile.JIT | 2 +- tools/analyze/Makefile | 2 +- tools/bugpoint/Makefile | 2 +- tools/extract/Makefile | 4 ++-- tools/gccas/Makefile | 2 +- tools/gccld/Makefile | 2 +- tools/llc/Makefile | 1 + tools/llvm-ar/Makefile | 3 ++- tools/llvm-as/Makefile | 3 ++- tools/llvm-bcanalyzer/Makefile | 2 +- tools/llvm-dis/Makefile | 2 +- tools/llvm-ld/Makefile | 2 +- tools/llvm-link/Makefile | 2 +- tools/llvm-nm/Makefile | 3 ++- tools/llvm-prof/Makefile | 3 ++- tools/llvm-ranlib/Makefile | 3 ++- tools/llvmc/Makefile | 2 +- tools/opt/Makefile | 2 +- 20 files changed, 26 insertions(+), 20 deletions(-) diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile index 91635d48f9c..a9e40742cee 100644 --- a/examples/ModuleMaker/Makefile +++ b/examples/ModuleMaker/Makefile @@ -9,6 +9,6 @@ LEVEL=../.. TOOLNAME=ModuleMaker EXAMPLE_TOOL = 1 -USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/projects/Stacker/tools/stkrc/Makefile b/projects/Stacker/tools/stkrc/Makefile index 4f352836fe6..a4f97a90f5a 100644 --- a/projects/Stacker/tools/stkrc/Makefile +++ b/projects/Stacker/tools/stkrc/Makefile @@ -11,7 +11,7 @@ LEVEL=../.. TOOLNAME = stkrc LLVMLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \ LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \ - LLVMCore LLVMSupport.a LLVMSystem.a + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a USEDLIBS=stkr_compiler diff --git a/tools/Makefile.JIT b/tools/Makefile.JIT index 6b2bb56ea75..51dcc2b614e 100644 --- a/tools/Makefile.JIT +++ b/tools/Makefile.JIT @@ -63,4 +63,4 @@ endif USEDLIBS += LLVMInterpreter $(JITLIBS) $(ARCHLIBS) LLVMScalarOpts \ LLVMAnalysis.a LLVMTransformUtils.a LLVMBCReader LLVMCore \ - LLVMSupport.a LLVMTarget.a LLVMSystem.a + LLVMSupport.a LLVMTarget.a LLVMbzip2 LLVMSystem.a diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 0d76f278ffe..19464d7cfd2 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = analyze USEDLIBS = LLVMAsmParser LLVMBCReader LLVMAnalysis LLVMipa LLVMDataStructure \ LLVMScalarOpts.a LLVMTransforms.a LLVMTarget.a LLVMScalarOpts.a \ - LLVMTransformUtils.a LLVMCore LLVMSupport.a LLVMSystem.a + LLVMTransformUtils.a LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a TOOLLINKOPTS = $(PLATFORMLIBDL) diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index dbd8fa8379b..052ca29f0de 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -16,7 +16,7 @@ ANALIBS = LLVMDataStructure LLVMipa LLVMTarget.a USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \ LLVMTransformUtils \ LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \ - LLVMCore LLVMSupport.a LLVMSystem.a + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a TOOLLINKOPTS = $(PLATFORMLIBDL) diff --git a/tools/extract/Makefile b/tools/extract/Makefile index 14a8124ee84..b578e94f002 100644 --- a/tools/extract/Makefile +++ b/tools/extract/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = extract USEDLIBS = LLVMBCReader LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMTarget.a \ - LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a LLVMCore LLVMSupport.a \ - LLVMSystem.a + LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index 6ded1f301e2..d81a5c8d029 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -11,6 +11,6 @@ LEVEL = ../.. TOOLNAME = gccas USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \ LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \ - LLVMCore LLVMSupport.a LLVMSystem.a + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile index 0ecc9e15d1c..c13e4f51d90 100644 --- a/tools/gccld/Makefile +++ b/tools/gccld/Makefile @@ -13,6 +13,6 @@ TOOLNAME = gccld 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 + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 5e244cb5960..a980befd104 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -31,6 +31,7 @@ USEDLIBS = \ LLVMBCWriter \ LLVMCore \ LLVMSupport.a \ + LLVMbzip2 \ LLVMSystem.a TOOLLINKOPTS = $(PLATFORMLIBDL) diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 36968b3cc27..996859e202d 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -9,7 +9,8 @@ LEVEL = ../.. TOOLNAME = llvm-ar -USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMArchive.a LLVMBCReader \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index 5482aa1a959..ed44577cee1 100644 --- a/tools/llvm-as/Makefile +++ b/tools/llvm-as/Makefile @@ -8,6 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvm-as -USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMAsmParser LLVMBCWriter \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/llvm-bcanalyzer/Makefile b/tools/llvm-bcanalyzer/Makefile index 17a9d3234f6..3793cfbfd65 100644 --- a/tools/llvm-bcanalyzer/Makefile +++ b/tools/llvm-bcanalyzer/Makefile @@ -9,5 +9,5 @@ LEVEL = ../.. TOOLNAME = llvm-bcanalyzer -USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index 3c8d3b5814d..ebf21c461f3 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/Makefile @@ -9,5 +9,5 @@ LEVEL = ../.. TOOLNAME = llvm-dis -USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile index 1baae4ad479..34d6dc69ca4 100644 --- a/tools/llvm-ld/Makefile +++ b/tools/llvm-ld/Makefile @@ -13,6 +13,6 @@ TOOLNAME = llvm-ld 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 + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 11f417b9a38..9c3fa53113d 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = llvm-link USEDLIBS = LLVMLinker.a LLVMBCReader LLVMBCWriter \ - LLVMCore LLVMSupport.a LLVMSystem.a + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile index bc8befc541b..9868b2ab9ae 100644 --- a/tools/llvm-nm/Makefile +++ b/tools/llvm-nm/Makefile @@ -9,5 +9,6 @@ LEVEL = ../.. TOOLNAME = llvm-nm -USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMArchive.a LLVMBCReader \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/llvm-prof/Makefile b/tools/llvm-prof/Makefile index 567bc4316a1..dabac6c4b14 100644 --- a/tools/llvm-prof/Makefile +++ b/tools/llvm-prof/Makefile @@ -9,5 +9,6 @@ LEVEL = ../.. TOOLNAME = llvm-prof -USEDLIBS = LLVMAnalysis.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMAnalysis.a LLVMBCReader \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/llvm-ranlib/Makefile b/tools/llvm-ranlib/Makefile index 5aab1714f23..506687f3209 100644 --- a/tools/llvm-ranlib/Makefile +++ b/tools/llvm-ranlib/Makefile @@ -9,6 +9,7 @@ LEVEL = ../.. TOOLNAME = llvm-ranlib -USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMArchive.a LLVMBCReader \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index e2485a19fbc..0839bc0daa1 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvmc -USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a CONFIG_FILES = c cpp ll st EXTRA_DIST = c cpp ll st diff --git a/tools/opt/Makefile b/tools/opt/Makefile index e43fed39876..f7d551e3ee0 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -12,7 +12,7 @@ TOOLNAME = opt USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation LLVMProfilePaths \ LLVMScalarOpts LLVMipo LLVMipa LLVMDataStructure LLVMTransforms \ LLVMTarget.a LLVMAnalysis LLVMTransformUtils LLVMCore LLVMSupport.a \ - LLVMSystem.a + LLVMbzip2 LLVMSystem.a TOOLLINKOPTS = $(PLATFORMLIBDL)