[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg/Makefile output_large_decode.ppm

Jeff Cohen jeffc at jolt-lang.org
Thu Mar 29 16:57:41 PDT 2007



Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg:

Makefile updated: 1.2 -> 1.3
output_large_decode.ppm (r1.1) removed
---
Log message:

Do not keep test output in repository.

---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg/Makefile:1.2 llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg/Makefile:1.2	Thu Mar 29 11:44:34 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/consumer-jpeg/Makefile	Thu Mar 29 18:57:23 2007
@@ -2,5 +2,5 @@
 
 PROG     = consumer-jpeg
 LDFLAGS  = -lm
-RUN_OPTIONS = -dct int -ppm -outfile output_large_decode.ppm $(PROJ_SRC_DIR)/input_large.jpg
+RUN_OPTIONS = -dct int -ppm -outfile Output/output_large_decode.ppm $(PROJ_SRC_DIR)/input_large.jpg
 include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list