[llvm-commits] [test-suite] r105212 - in /test-suite/trunk/External/SPEC: CFP2000/177.mesa/Makefile CINT2000/176.gcc/Makefile CINT2000/300.twolf/Makefile CINT2006/403.gcc/Makefile CINT95/126.gcc/Makefile

Daniel Dunbar daniel at zuster.org
Mon May 31 01:13:16 PDT 2010


Author: ddunbar
Date: Mon May 31 03:13:16 2010
New Revision: 105212

URL: http://llvm.org/viewvc/llvm-project?rev=105212&view=rev
Log:
Add HASH_PROGRAM_OUTPUT=1 for large SPEC outputs.

Modified:
    test-suite/trunk/External/SPEC/CFP2000/177.mesa/Makefile
    test-suite/trunk/External/SPEC/CINT2000/176.gcc/Makefile
    test-suite/trunk/External/SPEC/CINT2000/300.twolf/Makefile
    test-suite/trunk/External/SPEC/CINT2006/403.gcc/Makefile
    test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile

Modified: test-suite/trunk/External/SPEC/CFP2000/177.mesa/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2000/177.mesa/Makefile?rev=105212&r1=105211&r2=105212&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CFP2000/177.mesa/Makefile (original)
+++ test-suite/trunk/External/SPEC/CFP2000/177.mesa/Makefile Mon May 31 03:13:16 2010
@@ -13,6 +13,7 @@
 
 RUN_OPTIONS += -meshfile mesa.in -ppmfile mesa.ppm
 CPPFLAGS =
+HASH_PROGRAM_OUTPUT = 1
 
 Source = $(addprefix $(SPEC_BENCH_DIR)/src/,  \
            accum.c alpha.c alphabuf.c api1.c api2.c attrib.c bitmap.c blend.c \

Modified: test-suite/trunk/External/SPEC/CINT2000/176.gcc/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/176.gcc/Makefile?rev=105212&r1=105211&r2=105212&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/176.gcc/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/176.gcc/Makefile Mon May 31 03:13:16 2010
@@ -1,5 +1,7 @@
 LEVEL = ../../../..
 
+HASH_PROGRAM_OUTPUT = 1
+
 include ../../Makefile.spec2000
 
 ifeq ($(RUN_TYPE),test)

Modified: test-suite/trunk/External/SPEC/CINT2000/300.twolf/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/300.twolf/Makefile?rev=105212&r1=105211&r2=105212&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2000/300.twolf/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2000/300.twolf/Makefile Mon May 31 03:13:16 2010
@@ -2,5 +2,6 @@
 LDFLAGS = -lm
 RUN_OPTIONS     = $(RUN_TYPE)
 STDOUT_FILENAME = $(RUN_TYPE).stdout
+HASH_PROGRAM_OUTPUT = 1
 include ../../Makefile.spec2000
 

Modified: test-suite/trunk/External/SPEC/CINT2006/403.gcc/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/403.gcc/Makefile?rev=105212&r1=105211&r2=105212&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/403.gcc/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/403.gcc/Makefile Mon May 31 03:13:16 2010
@@ -18,6 +18,8 @@
   CPPFLAGS += -DHOST_WORDS_BIG_ENDIAN
 endif
 
+HASH_PROGRAM_OUTPUT = 1
+
 include ../../Makefile.spec2006
 
 ifeq ($(RUN_TYPE),test)

Modified: test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile?rev=105212&r1=105211&r2=105212&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT95/126.gcc/Makefile Mon May 31 03:13:16 2010
@@ -1,5 +1,7 @@
 LEVEL = ../../../..
 
+HASH_PROGRAM_OUTPUT = 1
+
 include ../../Makefile.spec95
 
 CPPFLAGS += -DSPEC -idirafter $(SPEC95_ROOT)/CINT95/126.gcc/src/src.alt





More information about the llvm-commits mailing list