[llvm-commits] CVS: llvm/test/Programs/MultiSource/aha/Makefile
Vikram Adve
vadve at cs.uiuc.edu
Wed Aug 6 15:43:11 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/aha:
Makefile updated: 1.3 -> 1.4
---
Log message:
These makefiles were overriding this incorrectly otherwise
(i.e,. decreasing it instead of increasing it).
This only matters on hanging failures anyway so let's just
use a common (and higher) time limit for all architectures.
Programs with that need a much higher limit can still override it.
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/aha/Makefile
diff -u llvm/test/Programs/MultiSource/aha/Makefile:1.3 llvm/test/Programs/MultiSource/aha/Makefile:1.4
--- llvm/test/Programs/MultiSource/aha/Makefile:1.3 Tue May 27 17:36:34 2003
+++ llvm/test/Programs/MultiSource/aha/Makefile Wed Aug 6 15:42:32 2003
@@ -2,5 +2,4 @@
PROG = aha
CPPFLAGS =
LDFLAGS =
-RUNTIMELIMIT = 300
include ../Makefile.multisrc
More information about the llvm-commits
mailing list