[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Dec 8 14:30:01 PST 2003
Changes in directory llvm/test/Programs/SingleSource/Benchmarks:
Makefile updated: 1.1 -> 1.2
---
Log message:
Enable the C++ Shootout benchmarks.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/SingleSource/Benchmarks/Makefile
diff -u llvm/test/Programs/SingleSource/Benchmarks/Makefile:1.1 llvm/test/Programs/SingleSource/Benchmarks/Makefile:1.2
--- llvm/test/Programs/SingleSource/Benchmarks/Makefile:1.1 Thu Sep 11 12:58:22 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Makefile Mon Dec 8 14:28:57 2003
@@ -1,5 +1,5 @@
LEVEL = ../../../..
-PARALLEL_DIRS=Dhrystone Shootout Stanford Misc
+PARALLEL_DIRS=Dhrystone Shootout Shootout-C++ Stanford Misc
LDFLAGS += -lm
include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list