[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/Makefile

Misha Brukman brukman at cs.uiuc.edu
Fri Nov 21 18:35:01 PST 2003


Changes in directory llvm/test/Programs/External/SPEC/CINT2000:

Makefile updated: 1.10 -> 1.11

---
Log message:

Our SPARCs have finally figured out how to enforce CPU time limit.
They still don't work with crafty though.


---
Diffs of the changes:  (+0 -5)

Index: llvm/test/Programs/External/SPEC/CINT2000/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.10 llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.11
--- llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.10	Fri Oct 31 11:00:04 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/Makefile	Fri Nov 21 18:34:37 2003
@@ -16,9 +16,4 @@
 # Get the $(ARCH) setting
 include $(LEVEL)/Makefile.config
 
-# Disable crafty until it stops infinite-looping on Sparc
-ifeq ($(ARCH), Sparc)
-PARALLEL_DIRS := $(filter-out 186.crafty, $(PARALLEL_DIRS))
-endif
-
 include ${LEVEL}/test/Programs/Makefile.programs





More information about the llvm-commits mailing list