diff options
author | Julian Lettner <jlettner@apple.com> | 2019-10-10 19:43:57 +0000 |
---|---|---|
committer | Julian Lettner <jlettner@apple.com> | 2019-10-10 19:43:57 +0000 |
commit | b858895c859712e7c0f4e1c5e0436bd20cbe0c34 (patch) | |
tree | defa91a51e84f480171913ffdc2a1a0d040ba6ed /llvm/docs/CommandGuide | |
parent | 0e561437c5873a0406fab6dd7e1ba8247847bb92 (diff) | |
download | bcm5719-llvm-b858895c859712e7c0f4e1c5e0436bd20cbe0c34.tar.gz bcm5719-llvm-b858895c859712e7c0f4e1c5e0436bd20cbe0c34.zip |
[lit] Bring back `--threads` option alias
Bring back `--threads` option which was lost in the move of the
command line argument parsing code to cl_arguments.py. Update docs
since `--workers` is preferred.
llvm-svn: 374432
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index 7bb499b971d..ff70a21b8df 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -53,7 +53,7 @@ GENERAL OPTIONS Show the :program:`lit` help message. -.. option:: -j N, --threads=N +.. option:: -j N, --workers=N Run ``N`` tests in parallel. By default, this is automatically chosen to match the number of detected available CPUs. |