diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2013-08-29 00:54:23 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-29 00:54:23 +0000 |
| commit | 9a83a76b1b83e74143599717a930f27360355a7f (patch) | |
| tree | 1a469513f43979cc8bae49293f0076fe617a8a2d /llvm/utils/lit/TODO | |
| parent | b3954fa8898616220a7c3d5ec88663a4395c5ce1 (diff) | |
| download | bcm5719-llvm-9a83a76b1b83e74143599717a930f27360355a7f.tar.gz bcm5719-llvm-9a83a76b1b83e74143599717a930f27360355a7f.zip | |
[lit] Add support for multiprocessing, under --use-processes for now.
llvm-svn: 189556
Diffstat (limited to 'llvm/utils/lit/TODO')
| -rw-r--r-- | llvm/utils/lit/TODO | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/utils/lit/TODO b/llvm/utils/lit/TODO index e6aeb3d9339..c1a60c6f4f0 100644 --- a/llvm/utils/lit/TODO +++ b/llvm/utils/lit/TODO @@ -113,8 +113,8 @@ Infrastructure module. This is currently blocked on: * The external execution mode is faster in some situations, because it avoids - being bottlenecked on the GIL. We could fix this by moving to a good - multiprocessing model. + being bottlenecked on the GIL. This can hopefully be obviated simply by + using --use-processes. * Some tests in LLVM/Clang are explicitly disabled with the internal shell (because they use features specific to bash). We would need to rewrite these @@ -158,8 +158,6 @@ Miscellaneous * Add --show-unsupported, don't show by default? -* Optionally use multiprocessing. - * Support valgrind in all configs, and LLVM style valgrind. * Support a timeout / ulimit. |

