Skip to content

Commit 907947e

Browse files
author
git apple-llvm automerger
committed
Merge commit '246603125da1' from apple/stable/20210107 into swift/release/5.5
2 parents ced1d0f + 2466031 commit 907947e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Support/Host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class HostTest : public testing::Test {
3939
// physical cores, which is currently only supported/tested on
4040
// some systems.
4141
return (Host.isOSWindows() && llvm_is_multithreaded()) ||
42-
(Host.isX86() && (Host.isOSDarwin() || Host.isOSLinux())) ||
42+
Host.isOSDarwin() || (Host.isX86() && Host.isOSLinux()) ||
4343
(Host.isPPC64() && Host.isOSLinux()) ||
4444
(Host.isSystemZ() && (Host.isOSLinux() || Host.isOSzOS()));
4545
}

0 commit comments

Comments
 (0)