[llvm-commits] CVS: llvm/test/Programs/MultiSource/sim/Makefile

Vikram Adve vadve at cs.uiuc.edu
Wed Aug 6 15:43:01 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/sim:

Makefile updated: 1.2 -> 1.3

---
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/sim/Makefile
diff -u llvm/test/Programs/MultiSource/sim/Makefile:1.2 llvm/test/Programs/MultiSource/sim/Makefile:1.3
--- llvm/test/Programs/MultiSource/sim/Makefile:1.2	Sun May 11 17:41:06 2003
+++ llvm/test/Programs/MultiSource/sim/Makefile	Wed Aug  6 15:42:34 2003
@@ -3,6 +3,5 @@
 PROG     = sim
 CPPFLAGS = -DUNIX
 LDFLAGS  = 
-RUNTIMELIMIT = 60
 
 include	../Makefile.multisrc





More information about the llvm-commits mailing list