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

Chris Lattner lattner at cs.uiuc.edu
Mon Feb 13 22:11:47 PST 2006



Changes in directory llvm-test/MultiSource/Benchmarks:

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

Add fhourstones 3.1


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

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


Index: llvm-test/MultiSource/Benchmarks/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Makefile:1.10 llvm-test/MultiSource/Benchmarks/Makefile:1.11
--- llvm-test/MultiSource/Benchmarks/Makefile:1.10	Mon Apr 11 14:19:16 2005
+++ llvm-test/MultiSource/Benchmarks/Makefile	Tue Feb 14 00:11:36 2006
@@ -1,7 +1,8 @@
 # MultiSource/Benchmarks Makefile:  Build all subdirectories automatically
 
 LEVEL = ../..
-PARALLEL_DIRS := Fhourstones McCat Olden OptimizerEval Ptrdist llubenchmark \
+PARALLEL_DIRS := Fhourstones Fhourstones-3.1 \
+                 McCat Olden OptimizerEval Ptrdist llubenchmark \
                  sim FreeBench MallocBench Prolangs-C Prolangs-C++ SciMark2-C\
 		 mediabench ASCI_Purple
 






More information about the llvm-commits mailing list