Skip to content

Commit

Permalink
Add LLVMbzip2 library, now required.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18255 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Reid Spencer committed Nov 25, 2004
1 parent 4a41586 commit bf714df
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/ModuleMaker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion projects/Stacker/tools/stkrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tools/Makefile.JIT
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/analyze/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion tools/bugpoint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions tools/extract/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/gccas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/gccld/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/llc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ USEDLIBS = \
LLVMBCWriter \
LLVMCore \
LLVMSupport.a \
LLVMbzip2 \
LLVMSystem.a

TOOLLINKOPTS = $(PLATFORMLIBDL)
Expand Down
3 changes: 2 additions & 1 deletion tools/llvm-ar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion tools/llvm-as/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/llvm-bcanalyzer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/llvm-dis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/llvm-ld/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/llvm-link/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion tools/llvm-nm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion tools/llvm-prof/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion tools/llvm-ranlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/llvmc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tools/opt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bf714df

Please sign in to comment.