[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 16:20:58 PDT 2019


sajjadm marked 5 inline comments as done.
sajjadm added a comment.

Thanks for all the feedback, Max and Vedant!

@Dor1s , do you still find the comparison function confusing now that it's a lambda? It's meant to return a boolean in the manner expected by std::sort. True if the left argument is "less" than the right argument, and false otherwise.


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