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

John Criswell criswell at cs.uiuc.edu
Wed Feb 18 14:12:58 PST 2004


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

Makefile updated: 1.1 -> 1.2

---
Log message:

Add option to disable memory optimization routines from the original code.



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

Index: llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs/Makefile:1.1 llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs/Makefile:1.2
--- llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs/Makefile:1.1	Wed Feb 18 13:58:29 2004
+++ llvm/test/Programs/MultiSource/Benchmarks/MallocBench/gs/Makefile	Wed Feb 18 14:08:38 2004
@@ -2,7 +2,7 @@
 PROG = gs
 LIBS += -lm
 LDFLAGS += -lm
-CPPFLAGS += -DGS_LIB_DEFAULT=\"$(shell pwd):$(shell pwd)/fonts\"
+CPPFLAGS += -DNOMEMOPT -DGS_LIB_DEFAULT=\"$(shell pwd):$(shell pwd)/fonts\"
 
 #
 # This is to work around a bug where having a function prototype that is





More information about the llvm-commits mailing list