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

Chris Lattner lattner at cs.uiuc.edu
Sat Mar 4 15:15:46 PST 2006



Changes in directory llvm-test/SingleSource/Benchmarks:

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

Add new directory


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

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


Index: llvm-test/SingleSource/Benchmarks/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Makefile:1.5 llvm-test/SingleSource/Benchmarks/Makefile:1.6
--- llvm-test/SingleSource/Benchmarks/Makefile:1.5	Sat Mar  4 16:36:09 2006
+++ llvm-test/SingleSource/Benchmarks/Makefile	Sat Mar  4 17:15:33 2006
@@ -1,6 +1,6 @@
 LEVEL = ../..
 PARALLEL_DIRS=Dhrystone CoyoteBench Shootout Shootout-C++ Stanford McGill \
-              Misc Misc-C++ 
+              Misc Misc-C++ Misc-C++-EH
 LDFLAGS += -lm
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc






More information about the llvm-commits mailing list