[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/253.perlbmk/Makefile
Evan Cheng
evan.cheng at apple.com
Fri May 4 11:43:54 PDT 2007
Changes in directory llvm-test/External/SPEC/CINT2000/253.perlbmk:
Makefile updated: 1.12 -> 1.13
---
Log message:
Fix Makefile.
---
Diffs of the changes: (+12 -0)
Makefile | 12 ++++++++++++
1 files changed, 12 insertions(+)
Index: llvm-test/External/SPEC/CINT2000/253.perlbmk/Makefile
diff -u llvm-test/External/SPEC/CINT2000/253.perlbmk/Makefile:1.12 llvm-test/External/SPEC/CINT2000/253.perlbmk/Makefile:1.13
--- llvm-test/External/SPEC/CINT2000/253.perlbmk/Makefile:1.12 Tue Nov 28 18:47:17 2006
+++ llvm-test/External/SPEC/CINT2000/253.perlbmk/Makefile Fri May 4 13:43:35 2007
@@ -8,8 +8,20 @@
CPPFLAGS += -DSPEC_CPU2000_LINUX_I386 -DSPEC_CPU2000_NEED_BOOL
+# Not sure why this is needed.
+ifdef SMALL_PROBLEM_SIZE
+RUN_TYPE=test
+else
+ifdef LARGE_PROBLEM_SIZE
+RUN_TYPE=ref
+else
+RUN_TYPE=train
+endif
+endif
+
ifeq ($(RUN_TYPE),test)
RUN_OPTIONS = test.pl
+STDIN_FILENAME := test.in
STDOUT_FILENAME := test.out
else
RUN_OPTIONS = scrabbl.pl
More information about the llvm-commits
mailing list