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

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


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

Makefile updated: 1.5 -> 1.6

---
Log message:

p2c doesn't compile with the native compiler, disable it for now.


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

Index: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile:1.5 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile:1.6
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile:1.5	Thu Feb 19 15:56:26 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/MallocBench/Makefile	Fri Feb 20 12:11:23 2004
@@ -1,3 +1,3 @@
 LEVEL = ../../../../..
-PARALLEL_DIRS  := cfrac espresso gs p2c make perl
+PARALLEL_DIRS  := cfrac espresso gs make perl
 include $(LEVEL)/test/Programs/Makefile.programs





More information about the llvm-commits mailing list