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

Chris Lattner lattner at cs.uiuc.edu
Sat Mar 4 14:36:21 PST 2006



Changes in directory llvm-test/SingleSource/Benchmarks:

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

add coyote bench


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

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


Index: llvm-test/SingleSource/Benchmarks/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Makefile:1.4 llvm-test/SingleSource/Benchmarks/Makefile:1.5
--- llvm-test/SingleSource/Benchmarks/Makefile:1.4	Wed Oct  6 09:37:16 2004
+++ llvm-test/SingleSource/Benchmarks/Makefile	Sat Mar  4 16:36:09 2006
@@ -1,5 +1,6 @@
 LEVEL = ../..
-PARALLEL_DIRS=Dhrystone Shootout Shootout-C++ Stanford McGill Misc Misc-C++ 
+PARALLEL_DIRS=Dhrystone CoyoteBench Shootout Shootout-C++ Stanford McGill \
+              Misc Misc-C++ 
 LDFLAGS += -lm
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc






More information about the llvm-commits mailing list