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

blueknob via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 08:57:52 PST 2017


blueknob updated this revision to Diff 122104.
blueknob added a comment.

`sched.h` doesn't seem to be included transitively on Android 19, which result in a broken build.
Include it explicitly.


Repository:
  rL LLVM

https://reviews.llvm.org/D39490

Files:
  lib/sanitizer_common/sanitizer_common.h
  lib/sanitizer_common/sanitizer_fuchsia.cc
  lib/sanitizer_common/sanitizer_linux_libcdep.cc
  lib/sanitizer_common/sanitizer_mac.cc
  lib/sanitizer_common/sanitizer_win.cc
  lib/scudo/scudo_tsd_shared.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39490.122104.patch
Type: text/x-patch
Size: 3945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171108/7e4a2729/attachment.bin>


More information about the llvm-commits mailing list