[llvm-commits] CVS: llvm-test/MultiSource/Applications/SPASS/Makefile
Duraid Madina
duraid at octopus.com.au
Mon Apr 25 21:51:39 PDT 2005
Changes in directory llvm-test/MultiSource/Applications/SPASS:
Makefile updated: 1.3 -> 1.4
---
Log message:
unfortunately, using plain old malloc() breaks CBE on ia64 (claims to be
running out of memory but it shouldn't be)
so for now, back this out
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Applications/SPASS/Makefile
diff -u llvm-test/MultiSource/Applications/SPASS/Makefile:1.3 llvm-test/MultiSource/Applications/SPASS/Makefile:1.4
--- llvm-test/MultiSource/Applications/SPASS/Makefile:1.3 Mon Apr 25 22:44:05 2005
+++ llvm-test/MultiSource/Applications/SPASS/Makefile Mon Apr 25 23:51:28 2005
@@ -1,7 +1,7 @@
LEVEL = ../../..
PROG = SPASS
-CPPFLAGS = -DCLOCK_NO_TIMING -w -DNO_MEMORY_MANAGEMENT
+CPPFLAGS = -DCLOCK_NO_TIMING -w
LDFLAGS = -lm
RUN_OPTIONS="$(PROJ_SRC_DIR)/problem.dfg"
More information about the llvm-commits
mailing list