[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Makefile

Evan Cheng evan.cheng at apple.com
Tue Jan 9 11:36:38 PST 2007



Changes in directory llvm-test/MultiSource/Benchmarks:

Makefile updated: 1.11 -> 1.12
---
Log message:

Added MiBench.

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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Benchmarks/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Makefile:1.11 llvm-test/MultiSource/Benchmarks/Makefile:1.12
--- llvm-test/MultiSource/Benchmarks/Makefile:1.11	Tue Feb 14 00:11:36 2006
+++ llvm-test/MultiSource/Benchmarks/Makefile	Tue Jan  9 13:36:13 2007
@@ -4,6 +4,6 @@
 PARALLEL_DIRS := Fhourstones Fhourstones-3.1 \
                  McCat Olden OptimizerEval Ptrdist llubenchmark \
                  sim FreeBench MallocBench Prolangs-C Prolangs-C++ SciMark2-C\
-		 mediabench ASCI_Purple
+		 mediabench ASCI_Purple MiBench
 
 include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list