[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Wed Mar 10 15:55:01 PST 2004


Changes in directory reopt/test:

TEST.reopt.Makefile updated: 1.9 -> 1.10

---
Log message:

Update head-of-file comment

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

Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.9 reopt/test/TEST.reopt.Makefile:1.10
--- reopt/test/TEST.reopt.Makefile:1.9	Mon Mar  8 18:43:16 2004
+++ reopt/test/TEST.reopt.Makefile	Wed Mar 10 15:54:19 2004
@@ -1,4 +1,4 @@
-##===- test/Programs/TEST.reopt.Makefile -------------------*- Makefile -*-===##
+##===- reopt/test/TEST.reopt.Makefile ----------------------*- Makefile -*-===##
 #
 # Do a reoptimizer build for each program; then run the program. The expected
 # output is 1) any debug output the reoptimizer outputs, if its debug flags
@@ -8,6 +8,12 @@
 # This makefile will check 3) for you, which effectively implies checking
 # 2); it will (erroneously) assume things have broken if you turn on
 # debug flags, though.
+#
+# To try one program at a time, say, for example:
+#  % gmake SUBDIR=MultiSource/Applications/Burg
+# To set command-line options for the Reoptimizer, set your LLVM_REOPT
+# environment variable; for example:
+#  % setenv LLVM_REOPT '--debug'
 #
 ##===----------------------------------------------------------------------===##
 





More information about the llvm-commits mailing list