summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2005-03-11 03:58:53 +0000
committerNate Begeman <natebegeman@mac.com>2005-03-11 03:58:53 +0000
commitbf18b267b843d79c8a5f561b2d8a184404cdef64 (patch)
treeb48ee155d3a13394173074f0d73cf5a093b08fd0 /Makefile.rules
parent8694c076c70e11b0bd0769e1f60c3fd7ae8e0243 (diff)
downloadllvm-bf18b267b843d79c8a5f561b2d8a184404cdef64.tar.gz
llvm-bf18b267b843d79c8a5f561b2d8a184404cdef64.tar.bz2
llvm-bf18b267b843d79c8a5f561b2d8a184404cdef64.tar.xz
Add SelectionDAG library to PPC JIT so that lli will link when
PPC32ISelPattern.cpp is present. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20559 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 de9f24ef2a..ad9bc7c2ee 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -845,7 +845,7 @@ endif
# What the PowerPC JIT requires
ifdef ENABLE_PPC_JIT
- JIT_LIBS += LLVMPowerPC
+ JIT_LIBS += LLVMPowerPC LLVMSelectionDAG
endif
LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts LLVMAnalysis.a LLVMTransformUtils.a \