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

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 4 20:54:53 PDT 2004



Changes in directory llvm-test/MultiSource/Benchmarks:

Makefile updated: 1.5 -> 1.6
---
Log message:

Add Prolangs-C++ suite



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

Index: llvm-test/MultiSource/Benchmarks/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Makefile:1.5 llvm-test/MultiSource/Benchmarks/Makefile:1.6
--- llvm-test/MultiSource/Benchmarks/Makefile:1.5	Wed Sep  1 09:33:21 2004
+++ llvm-test/MultiSource/Benchmarks/Makefile	Mon Oct  4 22:54:12 2004
@@ -1,8 +1,7 @@
 # MultiSource/Benchmarks Makefile:  Build all subdirectories automatically
 
 LEVEL = ../..
-
-PARALLEL_DIRS := Fhourstones McCat Olden OptimizerEval Ptrdist llubenchmark sim FreeBench MallocBench
-
+PARALLEL_DIRS := Fhourstones McCat Olden OptimizerEval Ptrdist llubenchmark \
+                 sim FreeBench MallocBench Prolangs-C++
 
 include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list