[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Feb 10 11:24:03 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT95/099.go:
Makefile added (r1.1)
---
Log message:
Adding SPEC95 integer benchmark.
---
Diffs of the changes: (+6 -0)
Index: llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile
diff -c /dev/null llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile:1.1
*** /dev/null Tue Feb 10 11:23:10 2004
--- llvm/test/Programs/External/SPEC/CINT95/099.go/Makefile Tue Feb 10 11:23:00 2004
***************
*** 0 ****
--- 1,6 ----
+ LEVEL = ../../../../../..
+ BM=099.go
+ STDIN_FILENAME = /dev/null
+ STDOUT_FILENAME = null.out
+ RUN_OPTIONS = 40 19
+ include ../../Makefile.spec95
More information about the llvm-commits
mailing list