[llvm-commits] CVS: poolalloc/test/TEST.pavtl.Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Mar 3 11:47:02 PST 2004
Changes in directory poolalloc/test:
TEST.pavtl.Makefile updated: 1.5 -> 1.6
---
Log message:
Removed LLC target. It is trivial to re-add and currently unused.
Fixed comment.
---
Diffs of the changes: (+1 -13)
Index: poolalloc/test/TEST.pavtl.Makefile
diff -u poolalloc/test/TEST.pavtl.Makefile:1.5 poolalloc/test/TEST.pavtl.Makefile:1.6
--- poolalloc/test/TEST.pavtl.Makefile:1.5 Wed Mar 3 11:09:39 2004
+++ poolalloc/test/TEST.pavtl.Makefile Wed Mar 3 11:35:09 2004
@@ -25,18 +25,6 @@
EVENTS := $(P4_EVENTS)
#
-# Generate events for LLC
-#
-#$(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
-#test.$(TEST).%: Output/%.llc
-# @echo "========================================="
-# @echo "Running '$(TEST)' test on '$(TESTNAME)' program"
-# $(VERB) $(VTL) activity $* -d 50 -c sampling -o "$(EVENTS)" -app $<
-# -$(VERB) $(VTL) run $*
-# -$(VERB) $(VTL) view > $@
-# $(VERB) $(VTL) delete $* -f
-
-#
# Once the results are generated, create files containing each individiual
# piece of performance information.
#
@@ -88,7 +76,7 @@
$(VERB) $(VTL) delete $* -f
#
-# Generate events for Pool Allocated CBE
+# Generate events for CBE
#
$(PROGRAMS_TO_TEST:%=Output/test.$(TEST).%): \
Output/test.$(TEST).%: Output/%.cbe
More information about the llvm-commits
mailing list