[PATCH] D39490: [scudo] Make getNumberOfCPUs Fuchsia compliant

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 09:49:47 PST 2017


cryptoad added a comment.

In https://reviews.llvm.org/D39490#919502, @cryptoad wrote:

> Gonna try to setup a standalone 18 toolchain and see if that works.


I tried locally all the way down to API level 14 which is the minimum for arm and it still builds with or without `#include <sched.h>`. So I am not sure this is the issue.
We can give it another go with the include to see if that changes something on your side.


Repository:
  rL LLVM

https://reviews.llvm.org/D39490





More information about the llvm-commits mailing list