[llvm] [AIX][PowerPC] Teach the Threading Library About the Number of Physical Cores on AIX (PR #67683)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 07:35:41 PDT 2023


================
@@ -55,6 +55,10 @@
 #include <unistd.h>      // For syscall()
 #endif
 
+#if defined(_AIX)
+#include <sys/systemcfg.h>
----------------
xingxue-ibm wrote:

```suggestion
#include <unistd.h>
```

https://github.com/llvm/llvm-project/pull/67683


More information about the llvm-commits mailing list