[PATCH] D32826: Move Parallel.h from LLD to LLVM
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 16:25:20 PDT 2017
chandlerc added a comment.
So, my concern about reviewing this isn't just about the implementation, it's also about the *API*. We need to make sure that the API design for parallel building blocks that we want to be available for the entire LLVM project are right. That's the particular split I was looking for...
There is also the fact that all of the code is currently still in LLD's old coding convention and needs to be updated to LLVM's coding conventions before it moves IMO.
https://reviews.llvm.org/D32826
More information about the llvm-commits
mailing list