diff options
| author | Reid Kleckner <rnk@google.com> | 2017-04-05 17:16:37 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2017-04-05 17:16:37 +0000 |
| commit | 13dab5c171a22779b5db30538530abc1ed194698 (patch) | |
| tree | b713b8b03e9a62d37aaf1f5f19aec73ce23b4e1b /llvm/utils/lit | |
| parent | c33834e0e39b7b8bc8ff977e5ff5baa7564a7379 (diff) | |
| download | bcm5719-llvm-13dab5c171a22779b5db30538530abc1ed194698.tar.gz bcm5719-llvm-13dab5c171a22779b5db30538530abc1ed194698.zip | |
[lit] Revert to old execution strategy while I debug these pickling errors
llvm-svn: 299565
Diffstat (limited to 'llvm/utils/lit')
| -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 689a2d55bce..f41c1b86e77 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 = 'PROCESS_POOL' + opts.executionStrategy = 'PROCESSES' if opts.maxFailures == 0: parser.error("Setting --max-failures to 0 does not have any effect.") |

