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

John Criswell criswell at cs.uiuc.edu
Tue Feb 17 09:54:08 PST 2004


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

Makefile updated: 1.1 -> 1.2

---
Log message:

Added the GNU Make benchmark.



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

Index: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile:1.1 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile:1.2
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile:1.1	Mon Feb 16 17:44:03 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile	Tue Feb 17 09:50:58 2004
@@ -1,3 +1,3 @@
 LEVEL = ../../../../..
-PARALLEL_DIRS  := p2c
+PARALLEL_DIRS  := p2c make
 include $(LEVEL)/test/Programs/Makefile.programs





More information about the llvm-commits mailing list