[PATCH] D39867: [sanitizer] Revert rL317822
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 9 13:21:54 PST 2017
cryptoad created this revision.
Herald added subscribers: krytarowski, kubamracek.
This reverts https://reviews.llvm.org/D39490.
For toolchains generated with older NDKs (<=r13b as far as we tested),
`cpu_set_t` doesn't exist in `sched.h`.
We have to figure out another way to get the number of CPUs without this.
https://reviews.llvm.org/D39867
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: D39867.122322.patch
Type: text/x-patch
Size: 3930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171109/2fd2ce83/attachment.bin>
More information about the llvm-commits
mailing list