summaryrefslogtreecommitdiff
path: root/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
commit4ac723b53f2eb69e604891853ca87d1e2b3ee788 (patch)
tree5f8cf19a5417efd106aecbfb6a6e903f83363db2 /utils/lit/TODO
parentdf44de6d918255eb51f3d042681e006f33948f80 (diff)
downloadllvm-4ac723b53f2eb69e604891853ca87d1e2b3ee788.tar.gz
llvm-4ac723b53f2eb69e604891853ca87d1e2b3ee788.tar.bz2
llvm-4ac723b53f2eb69e604891853ca87d1e2b3ee788.tar.xz
[lit] Add support for multiprocessing, under --use-processes for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189556 91177308-0d34-0410-b5e6-96231b3b80d8
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.