[llvm-commits] [test-suite] r78390 - /test-suite/trunk/External/SPEC/CINT2006/Makefile

Evan Cheng evan.cheng at apple.com
Fri Aug 7 10:41:15 PDT 2009


Author: evancheng
Date: Fri Aug  7 12:41:15 2009
New Revision: 78390

URL: http://llvm.org/viewvc/llvm-project?rev=78390&view=rev
Log:
Disable 473.astar for SMALL_PROBLEM_SIZE for now.

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

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

==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/Makefile Fri Aug  7 12:41:15 2009
@@ -16,9 +16,14 @@
         462.libquantum \
         464.h264ref    \
         471.omnetpp    \
-        473.astar      \
         483.xalancbmk
 
+ifndef SMALL_PROBLEM_SIZE
+# Temporary. 
+PARALLEL_DIRS +=  \
+        473.astar      \
+endif
+
 # Get the $(ARCH) setting
 include $(LEVEL)/Makefile.config
 





More information about the llvm-commits mailing list