summaryrefslogtreecommitdiff
path: root/utils/lit/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lit/TODO')
-rw-r--r--utils/lit/TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/utils/lit/TODO b/utils/lit/TODO
index e6aeb3d933..c1a60c6f4f 100644
--- a/utils/lit/TODO
+++ b/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.