[llvm-commits] CVS: llvm/test/Programs/Makefile.programs

Chris Lattner lattner at cs.uiuc.edu
Sat Jul 24 00:54:26 PDT 2004



Changes in directory llvm/test/Programs:

Makefile.programs updated: 1.132 -> 1.133

---
Log message:

Make bugpoint automatically get the timeout value from the RUNTIMELIMIT variable,
which defaults to 500s but can be customized in a program makefile or be passed
on the command line to make.


---
Diffs of the changes:  (+1 -0)

Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.132 llvm/test/Programs/Makefile.programs:1.133
--- llvm/test/Programs/Makefile.programs:1.132	Fri Jul 23 01:46:55 2004
+++ llvm/test/Programs/Makefile.programs	Sat Jul 24 02:54:16 2004
@@ -373,6 +373,7 @@
 
 # Specify stdin, reference output, and command line options for the program...
 BUGPOINT_OPTIONS += -input=$(STDIN_FILENAME) -output=Output/$*.out-nat
+BUGPOINT_OPTIONS += -timeout=$(RUNTIMELIMIT)
 BUGPOINT_OPTIONS += --tool-args $(LLCFLAGS)
 BUGPOINT_ARGS += --args -- $(RUN_OPTIONS)
 





More information about the llvm-commits mailing list