[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/188.ammp/Makefile
Evan Cheng
evan.cheng at apple.com
Mon May 14 14:05:28 PDT 2007
Changes in directory llvm-test/External/SPEC/CFP2000/188.ammp:
Makefile updated: 1.6 -> 1.7
---
Log message:
Fix SMALL_PROBLEM_SIZE.
---
Diffs of the changes: (+4 -0)
Makefile | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm-test/External/SPEC/CFP2000/188.ammp/Makefile
diff -u llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.6 llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.7
--- llvm-test/External/SPEC/CFP2000/188.ammp/Makefile:1.6 Mon Sep 6 22:41:18 2004
+++ llvm-test/External/SPEC/CFP2000/188.ammp/Makefile Mon May 14 16:05:09 2007
@@ -7,11 +7,15 @@
# override RUN_TYPE (this is a long running test):
ifndef RUN_TYPE
+ifdef SMALL_PROBLEM_SIZE
+RUN_TYPE=test
+else
ifdef LARGE_PROBLEM_SIZE
RUN_TYPE := ref
else
RUN_TYPE := train
endif
endif
+endif
include ../../Makefile.spec2000
More information about the llvm-commits
mailing list