[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden-em3d/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 1 18:47:01 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Olden-em3d:
Makefile updated: 1.3 -> 1.4
---
Log message:
Reduce default problem size
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Olden-em3d/Makefile
diff -u llvm/test/Programs/MultiSource/Olden-em3d/Makefile:1.3 llvm/test/Programs/MultiSource/Olden-em3d/Makefile:1.4
--- llvm/test/Programs/MultiSource/Olden-em3d/Makefile:1.3 Mon Jun 16 10:51:24 2003
+++ llvm/test/Programs/MultiSource/Olden-em3d/Makefile Fri Aug 1 18:45:55 2003
@@ -3,6 +3,9 @@
PROG = em3d
CPPFLAGS = -DTORONTO
LDFLAGS =
+
+ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 1024 1000 125
+endif
include ../Makefile.multisrc
More information about the llvm-commits
mailing list