[all-commits] [llvm/llvm-project] e23dce: [Support] Get correct number of physical cores on ...

Steven Wu via All-commits all-commits at lists.llvm.org
Wed Jul 14 13:30:13 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e23dce6c974477d3476bee5256a83a9aaea8eae4
      https://github.com/llvm/llvm-project/commit/e23dce6c974477d3476bee5256a83a9aaea8eae4
  Author: Steven Wu <stevenwu at apple.com>
  Date:   2021-07-14 (Wed, 14 Jul 2021)

  Changed paths:
    M llvm/lib/Support/Host.cpp

  Log Message:
  -----------
  [Support] Get correct number of physical cores on Apple Silicon

Fix a bug that `computeHostNumPhysicalCores` is fallback to default
unknown when building for Apple Silicon macs.

rdar://80533675

Reviewed By: arphaman

Differential Revision: https://reviews.llvm.org/D106012




More information about the All-commits mailing list