[PATCH] D138747: [Support] On Windows 11, fix an affinity mask issue on large core count machines

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 00:34:02 PST 2022


tschuett added a comment.

Thinking about this again. Let's say you are running on victious Windows 5000 machine, fail to detect the version, and return 0. All version comparisons are bogus. I would prefer to return an optional to communicate that this API is fallible.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138747



More information about the llvm-commits mailing list