summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-25 20:22:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-25 20:22:06 +0000
commitbf714df962e8d387f530d40d1f040863db8009e8 (patch)
treebd2bb7020fe7c97d230e829dab8a2460801761aa /tools
parent4a41586769ee66f4b2ba57a1b126506e14cda351 (diff)
downloadllvm-bf714df962e8d387f530d40d1f040863db8009e8.tar.gz
llvm-bf714df962e8d387f530d40d1f040863db8009e8.tar.bz2
llvm-bf714df962e8d387f530d40d1f040863db8009e8.tar.xz
Add LLVMbzip2 library, now required.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18255 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.JIT2
-rw-r--r--tools/analyze/Makefile2
-rw-r--r--tools/bugpoint/Makefile2
-rw-r--r--tools/extract/Makefile4
-rw-r--r--tools/gccas/Makefile2
-rw-r--r--tools/gccld/Makefile2
-rw-r--r--tools/llc/Makefile1
-rw-r--r--tools/llvm-ar/Makefile3
-rw-r--r--tools/llvm-as/Makefile3
-rw-r--r--tools/llvm-bcanalyzer/Makefile2
-rw-r--r--tools/llvm-dis/Makefile2
-rw-r--r--tools/llvm-ld/Makefile2
-rw-r--r--tools/llvm-link/Makefile2
-rw-r--r--tools/llvm-nm/Makefile3
-rw-r--r--tools/llvm-prof/Makefile3
-rw-r--r--tools/llvm-ranlib/Makefile3
-rw-r--r--tools/llvmc/Makefile2
-rw-r--r--tools/opt/Makefile2
18 files changed, 24 insertions, 18 deletions
diff --git a/tools/Makefile.JIT b/tools/Makefile.JIT
index 6b2bb56ea7..51dcc2b614 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 0d76f278ff..19464d7cfd 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 dbd8fa8379..052ca29f0d 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 14a8124ee8..b578e94f00 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 6ded1f301e..d81a5c8d02 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 0ecc9e15d1..c13e4f51d9 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 5e244cb596..a980befd10 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 36968b3cc2..996859e202 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 5482aa1a95..ed44577cee 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 17a9d3234f..3793cfbfd6 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 3c8d3b5814..ebf21c461f 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 1baae4ad47..34d6dc69ca 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 11f417b9a3..9c3fa53113 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 bc8befc541..9868b2ab9a 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 567bc4316a..dabac6c4b1 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 5aab1714f2..506687f320 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 e2485a19fb..0839bc0daa 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 e43fed3987..f7d551e3ee 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)