Use archive versions of these libraries, using the LinkAllPasses header.
authorChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 00:12:20 +0000 (00:12 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 00:12:20 +0000 (00:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23916 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index 86e36e22073988f57e72113baa01c2ae3aa38259..75f5fbc0a24b34d76d8addda2708aafe99a35822 100644 (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