From: Nate Begeman Date: Fri, 11 Mar 2005 03:58:53 +0000 (+0000) Subject: Add SelectionDAG library to PPC JIT so that lli will link when X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bf18b267b843d79c8a5f561b2d8a184404cdef64;p=oota-llvm.git 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 --- diff --git a/Makefile.rules b/Makefile.rules index de9f24ef2ad..ad9bc7c2ee3 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 \