[llvm-commits] CVS: llvm/test/Makefile.tests
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 19 15:58:01 PST 2002
Changes in directory llvm/test:
Makefile.tests updated: 1.49 -> 1.50
---
Log message:
Add support for bugpoint
---
Diffs of the changes:
Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.49 llvm/test/Makefile.tests:1.50
--- llvm/test/Makefile.tests:1.49 Fri Nov 8 18:50:02 2002
+++ llvm/test/Makefile.tests Tue Nov 19 15:57:18 2002
@@ -44,6 +44,7 @@
LLINK = $(TOOLS)/link
LANALYZE = $(TOOLS)/analyze
LJELLO = $(TOOLS)/jello
+LBUGPOINT= $(TOOLS)/bugpoint
LCCFLAGS += -O2 -Wall
LLCFLAGS =
More information about the llvm-commits
mailing list