projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8694c07
)
Add SelectionDAG library to PPC JIT so that lli will link when
author
Nate Begeman
<natebegeman@mac.com>
Fri, 11 Mar 2005 03:58:53 +0000
(
03:58
+0000)
committer
Nate 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
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index de9f24ef2ad73c2901712e5055b71a989f27a2d9..ad9bc7c2ee37f2493b167b6bef1cb58101c38339 100644
(file)
--- 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 \