diff options
| author | Reid Kleckner <rnk@google.com> | 2017-04-07 15:28:32 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2017-04-07 15:28:32 +0000 |
| commit | d3c87b5332b6c4413f1a50d6f26d7f704fd28156 (patch) | |
| tree | 7378e61f284a24b0be1c23c829e633c839a0161e /llvm/utils | |
| parent | b51bcaf2f027f0774749e31d5fff2e618b1ee0f2 (diff) | |
| download | bcm5719-llvm-d3c87b5332b6c4413f1a50d6f26d7f704fd28156.tar.gz bcm5719-llvm-d3c87b5332b6c4413f1a50d6f26d7f704fd28156.zip | |
[lit] Try using process pools by default again
Both pickling errors encountered on clang bots and Darwin compiler-rt
should now be fixed.
This has no impact on testing time on Linux, and on Windows goes from
88s to 63s for 'check'. The tests pass on Mac, but I haven't compared
execution time.
llvm-svn: 299775
Diffstat (limited to 'llvm/utils')
| -rwxr-xr-x | llvm/utils/lit/lit/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/lit/main.py b/llvm/utils/lit/lit/main.py index f41c1b86e77..689a2d55bce 100755 --- a/llvm/utils/lit/lit/main.py +++ b/llvm/utils/lit/lit/main.py @@ -302,7 +302,7 @@ def main_with_tmp(builtinParameters): opts.numThreads = lit.util.detectCPUs() if opts.executionStrategy is None: - opts.executionStrategy = 'PROCESSES' + opts.executionStrategy = 'PROCESS_POOL' if opts.maxFailures == 0: parser.error("Setting --max-failures to 0 does not have any effect.") |

