[llvm-commits] CVS: llvm/test/Programs/MultiSource/Ptrdist-ks/Makefile
Vikram Adve
vadve at cs.uiuc.edu
Wed Aug 6 15:43:21 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Ptrdist-ks:
Makefile updated: 1.4 -> 1.5
---
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/Ptrdist-ks/Makefile
diff -u llvm/test/Programs/MultiSource/Ptrdist-ks/Makefile:1.4 llvm/test/Programs/MultiSource/Ptrdist-ks/Makefile:1.5
--- llvm/test/Programs/MultiSource/Ptrdist-ks/Makefile:1.4 Mon Jul 21 18:05:24 2003
+++ llvm/test/Programs/MultiSource/Ptrdist-ks/Makefile Wed Aug 6 15:42:31 2003
@@ -2,7 +2,6 @@
PROG = ks
#OBJS = KS-1.o KS-2.o
RUN_OPTIONS += KL-4.in
-RUNTIMELIMIT = 120
include ../Makefile.multisrc
More information about the llvm-commits
mailing list