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

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


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

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/espresso/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso/Makefile:1.1 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso/Makefile:1.2
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso/Makefile:1.1	Tue Feb 17 12:13:39 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/MallocBench/espresso/Makefile	Tue Feb 17 13:23:05 2004
@@ -1,4 +1,5 @@
 LEVEL = ../../../../../..
 PROG = espresso
+CPPFLAGS += -DNOMEMOPT
 RUN_OPTIONS = -t $(BUILD_SRC_DIR)/INPUT/mlp4.espresso
 include ../../../Makefile.multisrc





More information about the llvm-commits mailing list