[PATCH] D85531: [SystemZ/ZOS] Add support for getHostNumPhysicalCores()
Abhina Sreeskantharajan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 09:12:32 PDT 2020
abhina.sreeskantharajan added inline comments.
================
Comment at: llvm/unittests/Support/Host.cpp:40
// physical cores, which is currently only supported/tested for
- // x86_64 Linux and Darwin.
+ // x86_64 Linux and Darwin and for z/OS.
return (Host.isOSWindows() && llvm_is_multithreaded()) ||
----------------
Minor nit: grammar
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85531/new/
https://reviews.llvm.org/D85531
More information about the llvm-commits
mailing list