[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile
Alkis Evlogimenos
alkis at niobe.cs.uiuc.edu
Sun Mar 7 17:41:17 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/164.gzip:
Makefile updated: 1.2 -> 1.3
---
Log message:
Make benchmark work with both train and test inputs
---
Diffs of the changes: (+4 -0)
Index: llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile:1.2 Wed Feb 25 18:01:20 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/164.gzip/Makefile Fri Mar 5 14:49:34 2004
@@ -1,4 +1,8 @@
LEVEL = ../../../../../..
RUN_OPTIONS = `cat $(REF_IN_DIR)control`
+ifeq ($(RUN_TYPE),test)
STDOUT_FILENAME := input.compressed.out
+else
+STDOUT_FILENAME := input.combined.out
+endif
include ../../Makefile.spec2000
More information about the llvm-commits
mailing list