| commit | 7fa75105807608b34d59ed44f63eef994129622f | [log] [tgz] |
|---|---|---|
| author | Vedant Kumar <vsk@apple.com> | Tue Jul 11 01:23:29 2017 +0000 |
| committer | Vedant Kumar <vsk@apple.com> | Tue Jul 11 01:23:29 2017 +0000 |
| tree | 72001c10a87d20135ef756a11b29721ff99d1d55 | |
| parent | 5a22d3fd11475e853b3a2af93f79bce8f534d0ef [diff] |
[llvm-cov] Add a cl::opt to control the number of threads When an output directory is specified, llvm-cov spawns some threads to speed up the process of writing out file reports. Add an option which allows users to control how many threads llvm-cov uses. A CommandGuide.rst update + test is included. llvm-svn: 307609