[llvm-commits] CVS: llvm/test/Regression/Analysis/LoopInfo/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu May 15 13:06:36 PDT 2003
Changes in directory llvm/test/Regression/Analysis/LoopInfo:
Makefile updated: 1.1 -> 1.2
---
Log message:
Depends on analyze, not opt
---
Diffs of the changes:
Index: llvm/test/Regression/Analysis/LoopInfo/Makefile
diff -u llvm/test/Regression/Analysis/LoopInfo/Makefile:1.1 llvm/test/Regression/Analysis/LoopInfo/Makefile:1.2
--- llvm/test/Regression/Analysis/LoopInfo/Makefile:1.1 Thu May 15 13:03:12 2003
+++ llvm/test/Regression/Analysis/LoopInfo/Makefile Thu May 15 13:03:32 2003
@@ -6,5 +6,5 @@
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
+Output/%.ll.out: %.ll Output/.dir $(LANALYZE)
-$(TESTRUNR) $<
More information about the llvm-commits
mailing list