[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Sun Aug 22 20:10:42 PDT 2004
Changes in directory reopt/test:
TEST.reopt.Makefile updated: 1.21 -> 1.22
---
Log message:
Use RunSafely for non-spec tests.
---
Diffs of the changes: (+1 -1)
Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.21 reopt/test/TEST.reopt.Makefile:1.22
--- reopt/test/TEST.reopt.Makefile:1.21 Mon Aug 16 14:24:16 2004
+++ reopt/test/TEST.reopt.Makefile Sun Aug 22 22:10:32 2004
@@ -100,7 +100,7 @@
$(PROGRAMS_TO_TEST:%=Output/%.out-reopt-llc): \
Output/%.out-reopt-llc: Output/%.reopt-llc
@echo "===== Running Reoptimizer version of $(TESTNAME) ====="
- -$< $(RUN_OPTIONS) < $(STDIN_FILENAME) > $@
+ -$(RUNSAFELY) $(STDIN_FILENAME) $@ $< $(RUN_OPTIONS)
endif
# 4. Diff it against the plain old llc version
More information about the llvm-commits
mailing list