[all-commits] [llvm/llvm-project] 93b553: Revert "Host: Internalize computeHostNumPhysicalCo...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Nov 23 20:12:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93b553e3f2e4f53ce3dda13cd18dbc43643a535b
      https://github.com/llvm/llvm-project/commit/93b553e3f2e4f53ce3dda13cd18dbc43643a535b
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-11-23 (Wed, 23 Nov 2022)

  Changed paths:
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/Threading.cpp
    M llvm/lib/Support/Unix/Threading.inc
    M llvm/lib/Support/Windows/Threading.inc

  Log Message:
  -----------
  Revert "Host: Internalize computeHostNumPhysicalCores/computeHostNumHardwareThreads"

This reverts commit 9969ceb36b440eaafa17c486f29a69c7a7da3b3b.

On Windows:

lld-link: error: undefined symbol: int __cdecl computeHostNumPhysicalCores(void)
>>> referenced by LLVMSupport.lib(Support.Host.obj):(int __cdecl llvm::sys::getHostNumPhysicalCores(void))




More information about the All-commits mailing list