[all-commits] [llvm/llvm-project] 01b02a: Don't call computeHostNumPhysicalCores when LLVM_E...
Amy Huang via All-commits
all-commits at lists.llvm.org
Fri Feb 14 15:09:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 01b02a73de78146c2072e0b5399d2a40c01eca08
https://github.com/llvm/llvm-project/commit/01b02a73de78146c2072e0b5399d2a40c01eca08
Author: Amy Huang <akhuang at google.com>
Date: 2020-02-14 (Fri, 14 Feb 2020)
Changed paths:
M llvm/lib/Support/Host.cpp
Log Message:
-----------
Don't call computeHostNumPhysicalCores when LLVM_ENABLE_THREADS is off
Summary:
Fix change from 8404aeb56a73 to avoid calling
computeHostNumPhysicalCores if LLVM_ENABLE_THREADS is off.
Reviewers: rnk, aganea
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74654
More information about the All-commits
mailing list