[PATCH] D32826: Move Parallel.h from LLD to LLVM
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 12:09:04 PDT 2017
zturner added a comment.
If we are going to do that, I would definitely rather do it in a follow-up :-/
As this code has been used in LLD for over 4 years, it seems at least to pass the stability bar. So if we want to make improvements by porting to `llvm::ThreadPool` and then re-reviewing it in its entirety, we can do that, but I don't think it should be part of this change.
https://reviews.llvm.org/D32826
More information about the llvm-commits
mailing list