Skip to content

Commit 6dc8a96

Browse files
author
git apple-llvm automerger
committed
Merge commit 'cface67832a4' from swift/release/5.5 into swift/main
2 parents 473bb9e + cface67 commit 6dc8a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/Host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ int computeHostNumPhysicalCores() {
13091309
}
13101310
#elif defined(__linux__) && defined(__s390x__)
13111311
int computeHostNumPhysicalCores() { return sysconf(_SC_NPROCESSORS_ONLN); }
1312-
#elif defined(__APPLE__) && defined(__x86_64__)
1312+
#elif defined(__APPLE__)
13131313
#include <sys/param.h>
13141314
#include <sys/sysctl.h>
13151315

0 commit comments

Comments
 (0)