[llvm-commits] CVS: llvm/test/Programs/MultiSource/Makefile.multisrc
Chris Lattner
lattner at cs.uiuc.edu
Wed Jul 30 12:57:01 PDT 2003
Changes in directory llvm/test/Programs/MultiSource:
Makefile.multisrc updated: 1.33 -> 1.34
---
Log message:
Add support for bugpointing LLC and the jit
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Makefile.multisrc
diff -u llvm/test/Programs/MultiSource/Makefile.multisrc:1.33 llvm/test/Programs/MultiSource/Makefile.multisrc:1.34
--- llvm/test/Programs/MultiSource/Makefile.multisrc:1.33 Fri Jun 20 14:01:07 2003
+++ llvm/test/Programs/MultiSource/Makefile.multisrc Wed Jul 30 12:56:11 2003
@@ -42,6 +42,8 @@
bugpoint-gccas: Output/$(PROG).bugpoint-gccas
bugpoint-gccld: Output/$(PROG).bugpoint-gccld
+bugpoint-jit: Output/$(PROG).bugpoint-jit
+bugpoint-llc: Output/$(PROG).bugpoint-llc
# Raw bytecode files are files created by simply linking the output of the GCC
# frontend without running gccas.
More information about the llvm-commits
mailing list