Parallelize the jit testsuite

gcc/jit/ChangeLog:
	* Make-lang.in (lang_checks_parallelized): Add "check-jit".
	(check_jit_parallelize): Set this to an arbitrary value (10).

From-SVN: r219774
This commit is contained in:
David Malcolm 2015-01-16 21:30:26 +00:00 committed by David Malcolm
parent 109c4a7c0a
commit 499de348e9
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-01-16 David Malcolm <dmalcolm@redhat.com>
* Make-lang.in (lang_checks_parallelized): Add "check-jit".
(check_jit_parallelize): Set this to an arbitrary value (10).
2015-01-16 Jakub Jelinek <jakub@redhat.com>
* jit-builtins.h (DEF_FUNCTION_TYPE_VAR_5): Fix spelling of

View File

@ -247,6 +247,11 @@ jit.man:
jit.srcman:
lang_checks += check-jit
lang_checks_parallelized += check-jit
# This number is somewhat arbitrary. Two tests are much slower
# than all the others (test-combination.c and test-threads.c) so
# we want them to be placed in different "buckets".
check_jit_parallelize = 10
#
# Install hooks: