[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Apr 11 12:19:33 PDT 2005
Changes in directory llvm-test/MultiSource/Benchmarks:
Makefile updated: 1.9 -> 1.10
---
Log message:
These benchmarks work for me, enable by default :)
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Makefile:1.9 llvm-test/MultiSource/Benchmarks/Makefile:1.10
--- llvm-test/MultiSource/Benchmarks/Makefile:1.9 Tue Jan 11 12:14:49 2005
+++ llvm-test/MultiSource/Benchmarks/Makefile Mon Apr 11 14:19:16 2005
@@ -3,6 +3,6 @@
LEVEL = ../..
PARALLEL_DIRS := Fhourstones McCat Olden OptimizerEval Ptrdist llubenchmark \
sim FreeBench MallocBench Prolangs-C Prolangs-C++ SciMark2-C\
- mediabench
+ mediabench ASCI_Purple
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list