[PATCH] D33024: [Support] Move LLD parallel algorithms to LLVM.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 16:32:27 PDT 2017


chandlerc added a comment.

LGTM on the LLVM side. Feel free to submit when you and Rui are happy with the usage pattern for this in LLD.



================
Comment at: llvm/include/llvm/Support/Parallel.h:67
+};
+}
+
----------------
closing namespace comment?


https://reviews.llvm.org/D33024





More information about the llvm-commits mailing list