[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Dec 3 15:54:48 PST 2004
Changes in directory llvm-test/External/SPEC/CINT2000:
Makefile updated: 1.18 -> 1.19
---
Log message:
eon sends the V9 backend spinning into swapsville
---
Diffs of the changes: (+1 -0)
Index: llvm-test/External/SPEC/CINT2000/Makefile
diff -u llvm-test/External/SPEC/CINT2000/Makefile:1.18 llvm-test/External/SPEC/CINT2000/Makefile:1.19
--- llvm-test/External/SPEC/CINT2000/Makefile:1.18 Mon Sep 6 23:18:02 2004
+++ llvm-test/External/SPEC/CINT2000/Makefile Fri Dec 3 17:54:33 2004
@@ -19,6 +19,7 @@
# Disable crafty until it stops infinite-looping on Sparc
ifeq ($(ARCH), Sparc)
PARALLEL_DIRS := $(filter-out 186.crafty, $(PARALLEL_DIRS))
+PARALLEL_DIRS := $(filter-out 252.eon, $(PARALLEL_DIRS))
endif
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list