[llvm-commits] CVS: llvm/Makefile.rules
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Fri Jul 22 15:00:35 PDT 2005
Changes in directory llvm:
Makefile.rules updated: 1.315 -> 1.316
---
Log message:
I know PowerPC wishes it could be alpha, but it cannot. so there
---
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.315 llvm/Makefile.rules:1.316
--- llvm/Makefile.rules:1.315 Fri Jul 22 15:54:01 2005
+++ llvm/Makefile.rules Fri Jul 22 17:00:24 2005
@@ -609,7 +609,7 @@
ENABLE_ALPHA_JIT = 1
endif
-# What the PowerPC JIT requires
+# What the Alpha JIT requires
ifdef ENABLE_ALPHA_JIT
JIT_LIBS += LLVMAlpha LLVMSelectionDAG
endif
More information about the llvm-commits
mailing list