[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Feb 20 12:15:54 PST 2004


Changes in directory llvm/test/Programs/MultiSource/Benchmarks:

Makefile updated: 1.3 -> 1.4

---
Log message:

Build malloc bench, so the nightly tester runs it


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

Index: llvm/test/Programs/MultiSource/Benchmarks/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Makefile:1.3 llvm/test/Programs/MultiSource/Benchmarks/Makefile:1.4
--- llvm/test/Programs/MultiSource/Benchmarks/Makefile:1.3	Sun Jan 18 14:21:26 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/Makefile	Fri Feb 20 12:11:43 2004
@@ -3,7 +3,7 @@
 LEVEL = ../../../..
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS := Fhourstones McCat Olden OptimizerEval Ptrdist llubenchmark sim FreeBench
+PARALLEL_DIRS := Fhourstones McCat Olden OptimizerEval Ptrdist llubenchmark sim FreeBench MallocBench
 
 
 include $(LEVEL)/test/Programs/Makefile.programs





More information about the llvm-commits mailing list