Use archive versions of these libraries, using the LinkAllPasses header.

llvm-svn: 23916
This commit is contained in:
Chris Lattner 2005-10-24 00:12:20 +00:00
parent 63e504ff43
commit 672471fbed
1 changed files with 3 additions and 3 deletions

View File

@ -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