[PATCH] D92271: Implement computeHostNumHardwareThreads() for FreeBSD

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 12:13:44 PST 2020


aganea added a comment.

It would be nice if this was covered by a test. I essentially did what you did, but for Windows and added a test in D92419 <https://reviews.llvm.org/D92419>. @dim do you think that test makes sense for Unix as well? (it would need the 'AffinityMask' to be implemented in `llvm/lib/Support/Unix/Program.inc`)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92271/new/

https://reviews.llvm.org/D92271



More information about the llvm-commits mailing list