From bf18b267b843d79c8a5f561b2d8a184404cdef64 Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Fri, 11 Mar 2005 03:58:53 +0000 Subject: [PATCH] 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.34.1