pull in the .a version of scalaropts lib to reduce the size of programs
authorChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 01:15:14 +0000 (01:15 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 01:15:14 +0000 (01:15 +0000)
using the JIT

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23930 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 4b759e6b490ee7157029e1e45ef7a72647001f45..9754ec01a9578fb8b8d2197b8f371cd25ef55f3a 100644 (file)
@@ -617,7 +617,7 @@ ifdef ENABLE_ALPHA_JIT
   JIT_LIBS += LLVMAlpha LLVMSelectionDAG
 endif
 
-LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts LLVMAnalysis.a LLVMTransformUtils.a \
+LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts.a LLVMAnalysis.a LLVMTransformUtils.a \
             LLVMBCReader LLVMCore LLVMSupport.a LLVMTarget.a LLVMbzip2 \
             LLVMSystem.a $(PLATFORMLIBDL)
 endif