mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 05:00:26 +00:00
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
This commit is contained in:
parent
8694c076c7
commit
bf18b267b8
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user