[PATCH] D31620: Always use the multiprocess module

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 16:28:14 PDT 2017


chapuni added inline comments.


================
Comment at: llvm/utils/lit/lit/main.py:289
-                      help="Run tests in parallel with threads (not processes)",
-                      action="store_const", const="THREADS")
 
----------------
Could you leave them as obsolete and notify to a user, not just pruning?
I think they may be pruned after the next release.


https://reviews.llvm.org/D31620





More information about the llvm-commits mailing list