[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Jun 20 12:37:01 PDT 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT95/099.go:
Makefile updated: 1.2 -> 1.3
---
Log message:
go REQUIRES 2 integer arguments, otherwise it does bad stuff. This is how
it is supposed to be run in the train mode anyway, and fixes the crash the
JIT has been seeing since forever (and makes other runtimes take more than
0.004s).
---
Diffs of the changes: (+1 -0)
Index: llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile:1.2 Mon Mar 1 09:57:28 2004
+++ llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile Sun Jun 20 12:29:30 2004
@@ -8,5 +8,6 @@
else
STDIN_FILENAME = 2stone9.in
STDOUT_FILENAME = 2stone9.out
+RUN_OPTIONS = 50 9
endif
include ../../Makefile.spec95
More information about the llvm-commits
mailing list