[sva-commits] r124902 - /safecode/trunk/test/TEST.bb.Makefile
John Criswell
criswell at uiuc.edu
Fri Feb 4 16:41:48 CST 2011
Author: criswell
Date: Fri Feb 4 16:41:48 2011
New Revision: 124902
URL: http://llvm.org/viewvc/llvm-project?rev=124902&view=rev
Log:
Added the -poolalloc-force-simple-pool-init option when using Automatic Pool
Allocation.
Modified:
safecode/trunk/test/TEST.bb.Makefile
Modified: safecode/trunk/test/TEST.bb.Makefile
URL: http://llvm.org/viewvc/llvm-project/safecode/trunk/test/TEST.bb.Makefile?rev=124902&r1=124901&r2=124902&view=diff
==============================================================================
--- safecode/trunk/test/TEST.bb.Makefile (original)
+++ safecode/trunk/test/TEST.bb.Makefile Fri Feb 4 16:41:48 2011
@@ -28,7 +28,7 @@
RELDIR := $(subst $(PROGDIR),,$(CURDIR))
GCCLD = $(LLVM_OBJ_ROOT)/$(CONFIGURATION)/bin/gccld
SCOPTS := -terminate -check-every-gep-use -rewrite-oob
-SCOPTS2 := -pa=apa
+SCOPTS2 := -poolalloc-force-simple-pool-init -pa=apa
#SCOPTS2 := -pa=multi
#SCOPTS2 := -dpchecks
WATCHDOG := $(LLVM_OBJ_ROOT)/projects/safecode/$(CONFIGURATION)/bin/watchdog
More information about the sva-commits
mailing list