[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile.spec95

Alkis Evlogimenos alkis at cs.uiuc.edu
Sun Feb 29 18:31:01 PST 2004


Changes in directory llvm/test/Programs/External/SPEC:

Makefile.spec95 updated: 1.6 -> 1.7

---
Log message:

Use train as the default and ref a LARGE_PROBLEM_SIZE.


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

Index: llvm/test/Programs/External/SPEC/Makefile.spec95
diff -u llvm/test/Programs/External/SPEC/Makefile.spec95:1.6 llvm/test/Programs/External/SPEC/Makefile.spec95:1.7
--- llvm/test/Programs/External/SPEC/Makefile.spec95:1.6	Fri Feb 27 13:59:39 2004
+++ llvm/test/Programs/External/SPEC/Makefile.spec95	Sun Feb 29 18:30:25 2004
@@ -12,7 +12,11 @@
 # RUN_TYPE - Either ref, test, or train.  May be specified on the command line.
 # individual tests may override this to provide better input sizes
 ifndef RUN_TYPE
+ifdef LARGE_PROBLEM_SIZE
 RUN_TYPE  := ref
+else
+RUN_TYPE  := train
+endif
 endif
 
 include $(LEVEL)/test/Programs/External/SPEC/Makefile.spec





More information about the llvm-commits mailing list