summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/TODO
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-29 00:54:23 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-29 00:54:23 +0000
commit9a83a76b1b83e74143599717a930f27360355a7f (patch)
tree1a469513f43979cc8bae49293f0076fe617a8a2d /llvm/utils/lit/TODO
parentb3954fa8898616220a7c3d5ec88663a4395c5ce1 (diff)
downloadbcm5719-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/TODO6
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.
OpenPOWER on IntegriCloud