[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Feb 16 17:48:05 PST 2004
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/MallocBench:
Makefile added (r1.1)
---
Log message:
Initial commit of Malloc Benchmark
---
Diffs of the changes: (+3 -0)
Index: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile
diff -c /dev/null llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile:1.1
*** /dev/null Mon Feb 16 17:44:13 2004
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile Mon Feb 16 17:44:03 2004
***************
*** 0 ****
--- 1,3 ----
+ LEVEL = ../../../../..
+ PARALLEL_DIRS := p2c
+ include $(LEVEL)/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list