summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-05-17 18:55:01 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-05-17 18:55:01 +0000
commitcd6eb783fcc688ec7689421cd5a9d5324017e251 (patch)
treeadbaf8af06ce0e807c6c21765d761f4ac90a41ae /llvm/utils/lit
parentf51ee632475654a396f93da9d36841989e1c7742 (diff)
downloadbcm5719-llvm-cd6eb783fcc688ec7689421cd5a9d5324017e251.tar.gz
bcm5719-llvm-cd6eb783fcc688ec7689421cd5a9d5324017e251.zip
Add back a dummy --use-processes.
Some bots are using it. llvm-svn: 303282
Diffstat (limited to 'llvm/utils/lit')
-rwxr-xr-xllvm/utils/lit/lit/main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/lit/lit/main.py b/llvm/utils/lit/lit/main.py
index 72ba6359a7e..a7f407fc210 100755
--- a/llvm/utils/lit/lit/main.py
+++ b/llvm/utils/lit/lit/main.py
@@ -282,6 +282,9 @@ def main_with_tmp(builtinParameters):
debug_group.add_argument("--show-tests", dest="showTests",
help="Show all discovered tests",
action="store_true", default=False)
+ debug_group.add_argument("--use-processes", dest="executionStrategy",
+ help="Run tests in parallel with processes (not threads)",
+ action="store_const", const="PROCESSES")
opts = parser.parse_args()
args = opts.test_paths
OpenPOWER on IntegriCloud