Add SelectionDAG library to PPC JIT so that lli will link when
authorNate Begeman <natebegeman@mac.com>
Fri, 11 Mar 2005 03:58:53 +0000 (03:58 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 11 Mar 2005 03:58:53 +0000 (03:58 +0000)
PPC32ISelPattern.cpp is present.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20559 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index de9f24ef2ad73c2901712e5055b71a989f27a2d9..ad9bc7c2ee37f2493b167b6bef1cb58101c38339 100644 (file)
@@ -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 \