[llvm-commits] CVS: llvm-test/MultiSource/Applications/SPASS/Makefile

Duraid Madina duraid at octopus.com.au
Tue May 10 06:35:18 PDT 2005



Changes in directory llvm-test/MultiSource/Applications/SPASS:

Makefile updated: 1.4 -> 1.5
---
Log message:

add -DNO_MEMORY_MANAGEMENT again (without this, SPASS violates ANSI
aliasing rules and therefore segfaults when built with gcc 3.4/4.x
regardless of platform)

unfortunately, however, building LLVM with gcc 3.4/4.x leads to CBE and LLC
failing this test (it works if LLVM is built with gcc 3.3.6 :( )

will wait for the GCC stars to align nicely and come back to this later :) 



---
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.4 llvm-test/MultiSource/Applications/SPASS/Makefile:1.5
--- llvm-test/MultiSource/Applications/SPASS/Makefile:1.4	Mon Apr 25 23:51:28 2005
+++ llvm-test/MultiSource/Applications/SPASS/Makefile	Tue May 10 08:35:07 2005
@@ -1,7 +1,7 @@
 LEVEL = ../../..
 PROG = SPASS 
 
-CPPFLAGS = -DCLOCK_NO_TIMING -w
+CPPFLAGS = -DCLOCK_NO_TIMING -DNO_MEMORY_MANAGEMENT -w
 LDFLAGS  = -lm
 
 RUN_OPTIONS="$(PROJ_SRC_DIR)/problem.dfg"






More information about the llvm-commits mailing list