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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jun 9 15:27:07 PDT 2004


Changes in directory reopt/test:

TEST.reopt.Makefile updated: 1.16 -> 1.17

---
Log message:

Make reoptimizer-instrumented .s file depend on opt & llc.


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

Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.16 reopt/test/TEST.reopt.Makefile:1.17
--- reopt/test/TEST.reopt.Makefile:1.16	Fri May 28 15:46:37 2004
+++ reopt/test/TEST.reopt.Makefile	Wed Jun  9 15:26:16 2004
@@ -72,7 +72,7 @@
 # insert the mapping information.  We use -disable-sched to reduce
 # compile times significantly.
 $(PROGRAMS_TO_TEST:%=Output/%.reopt-llc.s): \
-Output/%.reopt-llc.s: Output/%.llvm.bc
+Output/%.reopt-llc.s: Output/%.llvm.bc $(LOPT) $(LLC)
 	@echo "===== Building Reoptimizer version of $(TESTNAME) ====="
 	$(LOPT) -q -inline -lowerswitch -enable-correct-eh-support \
 	-lowerinvoke -branch-combine -emitfuncs -instloops $< | $(LLC) \





More information about the llvm-commits mailing list