[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Apr 12 13:54:41 PDT 2005
Changes in directory llvm-test/External/SPEC/CINT2000/197.parser.hacked:
Makefile updated: 1.5 -> 1.6
---
Log message:
allow this to pass with l_p_s on apoc
---
Diffs of the changes: (+6 -0)
Makefile | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile
diff -u llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile:1.5 llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile:1.6
--- llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile:1.5 Wed Nov 3 18:26:23 2004
+++ llvm-test/External/SPEC/CINT2000/197.parser.hacked/Makefile Tue Apr 12 15:54:25 2005
@@ -4,6 +4,11 @@
STDOUT_FILENAME = $(RUN_TYPE).out
CPPFLAGS =
+ifdef LARGE_PROBLEM_SIZE
+RUNTIMELIMIT := 1000
+endif
+
+
SPEC_BENCH_DIR := /home/vadve/shared/benchmarks/speccpu2000/benchspec/CINT2000/197.parser/
Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
@@ -13,3 +18,4 @@
xa.c
include ../../Makefile.spec2000
+
More information about the llvm-commits
mailing list