Fix change from 8404aeb56a73 to avoid calling
computeHostNumPhysicalCores if LLVM_ENABLE_THREADS is off.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 46564 Build 49078: arc lint + arc unit
Event Timeline
llvm/lib/Support/Host.cpp | ||
---|---|---|
1329 | As we discovered later, this should be spelled LLVM_ENABLE_THREADS != 0, and something needs to be done to fix SupportTests |
As we discovered later, this should be spelled LLVM_ENABLE_THREADS != 0, and something needs to be done to fix SupportTests