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

Chris Lattner lattner at cs.uiuc.edu
Fri Dec 3 21:27:33 PST 2004



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

Makefile updated: 1.19 -> 1.20
---
Log message:

slide farther down the slipery slope of disabling stuff that doesn't work on 
sparc.  None of these programs work and they are all larger than the V9 backend
can handle it a reasonable amount of time.


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

Index: llvm-test/External/SPEC/CINT2000/Makefile
diff -u llvm-test/External/SPEC/CINT2000/Makefile:1.19 llvm-test/External/SPEC/CINT2000/Makefile:1.20
--- llvm-test/External/SPEC/CINT2000/Makefile:1.19	Fri Dec  3 17:54:33 2004
+++ llvm-test/External/SPEC/CINT2000/Makefile	Fri Dec  3 23:27:15 2004
@@ -18,8 +18,12 @@
 
 # Disable crafty until it stops infinite-looping on Sparc
 ifeq ($(ARCH), Sparc)
+PARALLEL_DIRS := $(filter-out 176.gcc, $(PARALLEL_DIRS))
 PARALLEL_DIRS := $(filter-out 186.crafty, $(PARALLEL_DIRS))
 PARALLEL_DIRS := $(filter-out 252.eon, $(PARALLEL_DIRS))
+PARALLEL_DIRS := $(filter-out 253.perlbmk, $(PARALLEL_DIRS))
+PARALLEL_DIRS := $(filter-out 254.gap, $(PARALLEL_DIRS))
+
 endif
 
 include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list