[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile.spec

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



Changes in directory llvm/test/Programs/External/SPEC:

Makefile.spec updated: 1.33 -> 1.34

---
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/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.33 llvm/test/Programs/External/SPEC/Makefile.spec:1.34
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.33	Fri Jul 23 01:47:38 2004
+++ llvm/test/Programs/External/SPEC/Makefile.spec	Sat Jul 24 02:54:37 2004
@@ -131,6 +131,7 @@
 
 # Specify stdin, reference output, and command line options for the program...
 BUGPOINT_OPTIONS += -input=$(STDIN_FILENAME) -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