[test-suite] r178379 - 483lxalancbmk needs more stack space.
Jim Grosbach
grosbach at apple.com
Fri Mar 29 15:31:29 PDT 2013
Author: grosbach
Date: Fri Mar 29 17:31:29 2013
New Revision: 178379
URL: http://llvm.org/viewvc/llvm-project?rev=178379&view=rev
Log:
483lxalancbmk needs more stack space.
For the reference workload, some Darwin targets don't have enough default
stack space.
Modified:
test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile
Modified: test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile?rev=178379&r1=178378&r2=178379&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile Fri Mar 29 17:31:29 2013
@@ -58,3 +58,7 @@ else
RUN_OPTIONS = -v allbooks.xml xalanc.xsl
STDOUT_FILENAME := train.out
endif
+
+ifeq ($(TARGET_OS),Darwin)
+ LDFLAGS += -Xlinker -stack_size -Xlinker 0x800000
+endif
More information about the llvm-commits
mailing list