[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Nov 10 00:43:59 PST 2004
Changes in directory llvm-test/MultiSource/Benchmarks/Ptrdist/anagram:
Makefile updated: 1.8 -> 1.9
---
Log message:
Increase the problem size for this a bit
---
Diffs of the changes: (+1 -1)
Index: llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile:1.8 llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile:1.9
--- llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile:1.8 Fri Nov 5 15:47:55 2004
+++ llvm-test/MultiSource/Benchmarks/Ptrdist/anagram/Makefile Wed Nov 10 02:43:47 2004
@@ -4,7 +4,7 @@
PROG = anagram
#OBJS = anagram.o
-RUN_OPTIONS = $(BUILD_SRC_DIR)/words
+RUN_OPTIONS = $(BUILD_SRC_DIR)/words 2
STDIN_FILENAME = $(BUILD_SRC_DIR)/input.OUT
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list