diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-24 01:15:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-24 01:15:14 +0000 |
commit | aafbaaa204c851946b453efd9d29c192c336894f (patch) | |
tree | f1b2582450256dd2c9b3da9696c2d37c70a97071 | |
parent | 465be21950f9d1329ea4f0b1f2611cb2c2913bb0 (diff) |
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
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index 4b759e6b49..9754ec01a9 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 |