[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat-08-main/Makefile
Vikram Adve
vadve at cs.uiuc.edu
Tue Jun 3 14:02:05 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/McCat-08-main:
Makefile updated: 1.1 -> 1.2
---
Log message:
Increase time limit for SPARC!
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/McCat-08-main/Makefile
diff -u llvm/test/Programs/MultiSource/McCat-08-main/Makefile:1.1 llvm/test/Programs/MultiSource/McCat-08-main/Makefile:1.2
--- llvm/test/Programs/MultiSource/McCat-08-main/Makefile:1.1 Mon May 12 13:26:43 2003
+++ llvm/test/Programs/MultiSource/McCat-08-main/Makefile Tue Jun 3 14:01:12 2003
@@ -1,6 +1,7 @@
LEVEL = ../../../..
PROG = main
LDFLAGS = -lm
+RUNTIMELIMIT = 300
include ../Makefile.multisrc
More information about the llvm-commits
mailing list