[PATCH] D137836: [Support] Move getHostNumPhysicalCores to Threading.h

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 25 06:26:34 PST 2022


fhahn added a comment.

In D137836#3950825 <https://reviews.llvm.org/D137836#3950825>, @lenary wrote:

> In D137836#3950815 <https://reviews.llvm.org/D137836#3950815>, @fhahn wrote:
>
>> Unfortunately it looks like this commit breaks building on ARM64 macOS. I reverted the change for now and added more details on the error in the revert commit.
>
> Thanks for reverting. I hadn't seen any buildbot messages about this until now. It's annoying there's no mac pre-merge testing.

FYI macOS testing is happening on https://green.lab.llvm.org. The failing build is https://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/32875/console. From the log it looks like the bot didn't send an email though. Just to double check, you didn't receive an email notification about this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137836



More information about the llvm-commits mailing list