[llvm-commits] CVS: llvm/test/Programs/TEST.nightly.Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sat Jun 21 21:39:01 PDT 2003
Changes in directory llvm/test/Programs:
TEST.nightly.Makefile updated: 1.14 -> 1.15
---
Log message:
Make spec tests work, which run in a different directory
---
Diffs of the changes:
Index: llvm/test/Programs/TEST.nightly.Makefile
diff -u llvm/test/Programs/TEST.nightly.Makefile:1.14 llvm/test/Programs/TEST.nightly.Makefile:1.15
--- llvm/test/Programs/TEST.nightly.Makefile:1.14 Fri Jun 20 18:31:28 2003
+++ llvm/test/Programs/TEST.nightly.Makefile Sat Jun 21 21:38:29 2003
@@ -13,7 +13,7 @@
REPORTS_TO_GEN := compile nat llc cbe jit
REPORTS_SUFFIX := $(addsuffix .report.txt, $(REPORTS_TO_GEN))
-TIMEOPT = -time-passes -stats -info-output-file=$@.info
+TIMEOPT = -time-passes -stats -info-output-file=$(CURDIR)/$@.info
EXTRA_LLI_OPTS = $(TIMEOPT)
INFO_PREFIX = Output/$*.*-
More information about the llvm-commits
mailing list