From: Chris Lattner Date: Mon, 24 Oct 2005 01:15:14 +0000 (+0000) Subject: pull in the .a version of scalaropts lib to reduce the size of programs X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=aafbaaa204c851946b453efd9d29c192c336894f;p=oota-llvm.git pull in the .a version of scalaropts lib to reduce the size of programs using the JIT git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23930 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 4b759e6b490..9754ec01a95 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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