]> granicus.if.org Git - llvm/commit
[lit] Add a single process mode.
authorZachary Turner <zturner@google.com>
Sat, 16 Sep 2017 15:31:34 +0000 (15:31 +0000)
committerZachary Turner <zturner@google.com>
Sat, 16 Sep 2017 15:31:34 +0000 (15:31 +0000)
commit304372419ae12e54a1eb78dfc129059b160af7e8
tree7922479a98987dcbb3d834ec23738b76c52aa794
parent295be907d46714697ff06d1168c4bfe386f55faf
[lit] Add a single process mode.

This is helpful for debugging test failures since it removes
the multiprocessing pool from the picture.  This will obviously
slow down the test suite by a few orders of magnitude, so it
should only be used for debugging specific failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313460 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/LitConfig.py
utils/lit/lit/main.py
utils/lit/lit/run.py