summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 01:15:14 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 01:15:14 +0000
commitaafbaaa204c851946b453efd9d29c192c336894f (patch)
treef1b2582450256dd2c9b3da9696c2d37c70a97071 /Makefile.rules
parent465be21950f9d1329ea4f0b1f2611cb2c2913bb0 (diff)
downloadllvm-aafbaaa204c851946b453efd9d29c192c336894f.tar.gz
llvm-aafbaaa204c851946b453efd9d29c192c336894f.tar.bz2
llvm-aafbaaa204c851946b453efd9d29c192c336894f.tar.xz
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
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