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

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 6 12:41:11 PST 2004



Changes in directory llvm-test:

Makefile.programs updated: 1.139 -> 1.140
---
Log message:

If GET_STABLE_NUMBERS is set, get stable numbers :)


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

Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.139 llvm-test/Makefile.programs:1.140
--- llvm-test/Makefile.programs:1.139	Sat Oct 16 13:26:56 2004
+++ llvm-test/Makefile.programs	Sat Nov  6 14:40:57 2004
@@ -77,7 +77,11 @@
 # correctly, this script has no effect, otherwise it will do things like print a
 # stack trace of a core dump.  It always returns "successful" so that tests will
 # continue to be run.
+ifndef GET_STABLE_NUMBERS
 RUNSAFELY := $(PROGDIR)/RunSafely.sh $(RUNTIMELIMIT)
+else
+RUNSAFELY := $(PROGDIR)/RunSafelyAndStable.sh $(RUNTIMELIMIT)
+endif
 
 ifndef STDIN_FILENAME
 STDIN_FILENAME := /dev/null






More information about the llvm-commits mailing list