[llvm-commits] CVS: llvm/Makefile.rules
Nate Begeman
natebegeman at mac.com
Thu Mar 10 19:59:04 PST 2005
Changes in directory llvm:
Makefile.rules updated: 1.306 -> 1.307
---
Log message:
Add SelectionDAG library to PPC JIT so that lli will link when
PPC32ISelPattern.cpp is present.
---
Diffs of the changes: (+1 -1)
Makefile.rules | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.306 llvm/Makefile.rules:1.307
--- llvm/Makefile.rules:1.306 Tue Mar 1 10:27:06 2005
+++ llvm/Makefile.rules Thu Mar 10 21:58:53 2005
@@ -845,7 +845,7 @@
# 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 \
More information about the llvm-commits
mailing list