[llvm-commits] CVS: llvm-test/MultiSource/Makefile.multisrc

Reid Spencer reid at x10sys.com
Thu Jan 11 12:16:11 PST 2007



Changes in directory llvm-test/MultiSource:

Makefile.multisrc updated: 1.54 -> 1.55
---
Log message:

Add a short hand rule for running bugpoint on cbe


---
Diffs of the changes:  (+1 -0)

 Makefile.multisrc |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-test/MultiSource/Makefile.multisrc
diff -u llvm-test/MultiSource/Makefile.multisrc:1.54 llvm-test/MultiSource/Makefile.multisrc:1.55
--- llvm-test/MultiSource/Makefile.multisrc:1.54	Sat Dec  9 11:25:33 2006
+++ llvm-test/MultiSource/Makefile.multisrc	Thu Jan 11 14:15:56 2007
@@ -45,6 +45,7 @@
 bugpoint-jit:   Output/$(PROG).bugpoint-jit
 bugpoint-llc:   Output/$(PROG).bugpoint-llc
 bugpoint-llc-beta: Output/$(PROG).bugpoint-llc-beta
+bugpoint-cbe:   Output/$(PROG).bugpoint-cbe
 
 # Raw bytecode files are files created by simply assembling the output of the
 # GCC frontend, without running any optimizations.






More information about the llvm-commits mailing list