[PATCH] D59277: Speeding up llvm-cov with multithreaded renderFiles.
Sajjad Mirza via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 13 17:16:07 PDT 2019
sajjadm added a comment.
I was debating whether I should pull -num-threads out of the docs for show and move it to the top-level options section, or make a copy of it in the export options section. I went with putting a copy of it in export because only show and export use it and the behavior is subtly different (show only uses it if -output-dir is set, export uses it unconditionally).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59277/new/
https://reviews.llvm.org/D59277
More information about the llvm-commits
mailing list