[llvm-commits] [test-suite] r91925 - /test-suite/trunk/External/SPEC/CINT95/Makefile

Daniel Dunbar daniel at zuster.org
Tue Dec 22 14:02:47 PST 2009


Author: ddunbar
Date: Tue Dec 22 16:02:47 2009
New Revision: 91925

URL: http://llvm.org/viewvc/llvm-project?rev=91925&view=rev
Log:
147.vortex doesn't work on x86_64, skip it.

Modified:
    test-suite/trunk/External/SPEC/CINT95/Makefile

Modified: test-suite/trunk/External/SPEC/CINT95/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT95/Makefile?rev=91925&r1=91924&r2=91925&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT95/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT95/Makefile Tue Dec 22 16:02:47 2009
@@ -9,6 +9,10 @@
   134.perl \
   147.vortex
 
+ifeq ($(ARCH),x86_64)
+PARALLEL_DIRS := $(filter-out 147.vortex, $(PARALLEL_DIRS))
+endif
+
 # Include the standard makefiles
 include ${LEVEL}/External/Makefile.external
 





More information about the llvm-commits mailing list