[PATCH] D25800: Add computeHostNumPhysicalCores() implementation for Darwin

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 15:07:38 PDT 2016


tejohnson added inline comments.


================
Comment at: lib/Support/Host.cpp:1237
 }
+#elif defined(__APPLE__)
+#include <sys/param.h>
----------------
Is this true only for x86?


https://reviews.llvm.org/D25800





More information about the llvm-commits mailing list