summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 00:12:20 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 00:12:20 +0000
commita322a5f58fdc3acc1b8eebd3d550e2f1d69c7a67 (patch)
tree9fb27c6795c432bc0927b899b6cddc1fa1fd3b73 /tools/opt/Makefile
parent9b2b56ef758ea93082817d421b3fc4cea6daf99e (diff)
downloadllvm-a322a5f58fdc3acc1b8eebd3d550e2f1d69c7a67.tar.gz
llvm-a322a5f58fdc3acc1b8eebd3d550e2f1d69c7a67.tar.bz2
llvm-a322a5f58fdc3acc1b8eebd3d550e2f1d69c7a67.tar.xz
Use archive versions of these libraries, using the LinkAllPasses header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 86e36e2207..75f5fbc0a2 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -9,9 +9,9 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation LLVMProfilePaths \
- LLVMScalarOpts LLVMipo LLVMipa LLVMDataStructure LLVMTransforms \
- LLVMTarget.a LLVMAnalysis LLVMTransformUtils LLVMCore LLVMSupport.a \
+USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a LLVMProfilePaths \
+ LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure LLVMTransforms.a \
+ LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMCore LLVMSupport.a \
LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common