[llvm-commits] [test-suite] r105343 - /test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile
Jakob Stoklund Olesen
stoklund at 2pi.dk
Wed Jun 2 12:36:42 PDT 2010
Author: stoklund
Date: Wed Jun 2 14:36:41 2010
New Revision: 105343
URL: http://llvm.org/viewvc/llvm-project?rev=105343&view=rev
Log:
Bump RUNTIMELIMIT for 483.xalancbmk, opt was timing out when building with -g.
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=105343&r1=105342&r2=105343&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/483.xalancbmk/Makefile Wed Jun 2 14:36:41 2010
@@ -32,6 +32,9 @@
include ../../Makefile.spec2006
+# When building with -g, opt and llvm-link can take a long time to run.
+RUNTIMELIMIT = 1500
+
ifdef SMALL_PROBLEM_SIZE
Output/483.xalancbmk.out-nat Output/483.xalancbmk.out-llc Output/483.xalancbmk.out-llc-beta Output/483.xalancbmk.out-opt-beta: Output/small-test.xml Output/100mb.xsd
More information about the llvm-commits
mailing list