[llvm-commits] CVS: llvm-test/TEST.nightly.Makefile
Tanya Brethour
tbrethou at cs.uiuc.edu
Tue Feb 8 11:35:37 PST 2005
Changes in directory llvm-test:
TEST.nightly.Makefile updated: 1.40 -> 1.41
---
Log message:
Revert part of checkin.
---
Diffs of the changes: (+1 -1)
TEST.nightly.Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/TEST.nightly.Makefile
diff -u llvm-test/TEST.nightly.Makefile:1.40 llvm-test/TEST.nightly.Makefile:1.41
--- llvm-test/TEST.nightly.Makefile:1.40 Tue Feb 8 12:38:55 2005
+++ llvm-test/TEST.nightly.Makefile Tue Feb 8 13:35:21 2005
@@ -10,7 +10,7 @@
RELDIR := $(subst $(PROGDIR),,$(CURDIR))
CFLAGS := -O3
-REPORTS_TO_GEN := compile nat llc-beta
+REPORTS_TO_GEN := compile nat
ifndef DISABLE_LLC
REPORTS_TO_GEN += llc
endif
More information about the llvm-commits
mailing list