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

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


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

Makefile updated: 1.1 -> 1.2

---
Log message:

Turned off memory optimization routines in the original code.



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

Index: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/make/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/MallocBench/make/Makefile:1.1 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/make/Makefile:1.2
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/make/Makefile:1.1	Tue Feb 17 09:50:33 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/MallocBench/make/Makefile	Tue Feb 17 13:23:11 2004
@@ -1,6 +1,6 @@
 LEVEL = ../../../../../..
 PROG = make
-CPPFLAGS += -DHAVE_SIGLIST -DNO_LDAV
+CPPFLAGS += -DHAVE_SIGLIST -DNO_LDAV -DNOMEMOPT
 Source=commands.c job.c dir.c file.c load.c misc.c main.c read.c \
        remake.c remote.c rule.c implicit.c default.c variable.c expand.c \
        function.c vpath.c version.c arscan.c ar.c





More information about the llvm-commits mailing list