[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish/Makefile

Jeff Cohen jeffc at jolt-lang.org
Thu Mar 29 18:15:58 PDT 2007



Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish:

Makefile updated: 1.1 -> 1.2
---
Log message:

Program doesn't take files as arguments.

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

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


Index: llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish/Makefile:1.1 llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish/Makefile:1.1	Tue Jan  9 18:01:14 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/security-blowfish/Makefile	Thu Mar 29 20:15:41 2007
@@ -2,7 +2,7 @@
 
 PROG     = security-blowfish
 LDFLAGS  = -lm
-RUN_OPTIONS = e input_large.asc output_large.enc 1234567890abcdeffedcba0987654321
+RUN_OPTIONS = print_test_data
 #RUN_OPTIONS = d output_large.enc output_large.asc 1234567890abcdeffedcba0987654321
 
 include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list