[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 2 13:53:32 PDT 2005
Changes in directory llvm-test/MultiSource/Benchmarks/Olden:
Makefile updated: 1.6 -> 1.7
---
Log message:
Don't make the nightly tester colors change all around. We don't want
bisort and em3d's lines to swap datapoints.
---
Diffs of the changes: (+2 -3)
Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm-test/MultiSource/Benchmarks/Olden/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.6 llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.7
--- llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.6 Sun Oct 2 14:47:03 2005
+++ llvm-test/MultiSource/Benchmarks/Olden/Makefile Sun Oct 2 15:53:20 2005
@@ -2,9 +2,8 @@
LEVEL = ../../..
-## NOTE: This must remain sorted, so that the labels in the nightly tester
+## NOTE: This must remain in this oder, so that the labels in the nightly tester
## gnuplot scripts are correct.
-PARALLEL_DIRS := bh bisort em3d health mst perimeter power treeadd tsp voronoi
-
+PARALLEL_DIRS := bh em3d mst power tsp bisort health perimeter treeadd voronoi
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list