[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/132.ijpeg/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Feb 10 17:03:04 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT95/132.ijpeg:
Makefile updated: 1.2 -> 1.3
---
Log message:
Corrected the options to match what is given in SPEC.
---
Diffs of the changes: (+1 -0)
Index: llvm/test/Programs/External/SPEC/CINT95/132.ijpeg/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/132.ijpeg/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT95/132.ijpeg/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT95/132.ijpeg/Makefile:1.2 Tue Feb 10 15:12:53 2004
+++ llvm/test/Programs/External/SPEC/CINT95/132.ijpeg/Makefile Tue Feb 10 17:01:55 2004
@@ -1,6 +1,7 @@
LEVEL = ../../../../../..
STDIN_FILENAME := specmun.ppm
STDOUT_FILENAME := specmun.out
+RUN_OPTIONS := -image_file specmun.ppm -compression.quality 90 -compression.optimize_coding 0 -compression.smoothing_factor 90 -difference.image 1 -difference.x_stride 10 -difference.y_stride 10 -verbose 1 -GO.findoptcomp
# This line nukes the __const's found in /usr/include/stdio.h that prevent the
# extern char * sys_errlist variable from linking properly.
More information about the llvm-commits
mailing list