This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Revert rL317822
ClosedPublic

Authored by cryptoad on Nov 9 2017, 1:21 PM.

Details

Summary

This reverts 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.

Event Timeline

cryptoad created this revision.Nov 9 2017, 1:21 PM
rnk accepted this revision.Nov 9 2017, 1:22 PM

lgtm, thanks, sorry to bear the bad news. =/

This revision is now accepted and ready to land.Nov 9 2017, 1:22 PM
cryptoad closed this revision.Nov 9 2017, 1:26 PM