[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden-tsp/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Jun 16 10:52:09 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Olden-tsp:
Makefile updated: 1.2 -> 1.3
---
Log message:
Increase problem size
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Olden-tsp/Makefile
diff -u llvm/test/Programs/MultiSource/Olden-tsp/Makefile:1.2 llvm/test/Programs/MultiSource/Olden-tsp/Makefile:1.3
--- llvm/test/Programs/MultiSource/Olden-tsp/Makefile:1.2 Tue Jan 22 10:50:02 2002
+++ llvm/test/Programs/MultiSource/Olden-tsp/Makefile Mon Jun 16 10:51:30 2003
@@ -3,5 +3,6 @@
PROG = tsp
CPPFLAGS = -DTORONTO
LDFLAGS = -lm
+RUN_OPTIONS = 1024000
include ../Makefile.multisrc
More information about the llvm-commits
mailing list