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

John Criswell criswell at cs.uiuc.edu
Tue Feb 17 13:25:02 PST 2004


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

Makefile updated: 1.1 -> 1.2

---
Log message:

Turned off memory optimization routines in the original code.



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

Index: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/p2c/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/MallocBench/p2c/Makefile:1.1 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/p2c/Makefile:1.2
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/p2c/Makefile:1.1	Mon Feb 16 17:43:28 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/MallocBench/p2c/Makefile	Tue Feb 17 13:23:11 2004
@@ -1,5 +1,6 @@
 LEVEL = ../../../../../..
 PROG = p2c
+CPPFLAGS += -DNOMEMOPT
 RUN_OPTIONS = -v
 STDIN_FILENAME = $(SourceDir)/INPUT/mf.p
 include ../../../Makefile.multisrc





More information about the llvm-commits mailing list