This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Implement GetNumberOfCPUs for Windows
ClosedPublic

Authored by cryptoad on Jan 25 2018, 9:29 AM.

Details

Summary

Implement GetNumberOfCPUs using GetNativeSystemInfo.
The only consummer of this function is Scudo which is not functional on
Windows yet.

Diff Detail

Event Timeline

cryptoad created this revision.Jan 25 2018, 9:29 AM
Herald added subscribers: Restricted Project, delcypher, kubamracek. · View Herald TranscriptJan 25 2018, 9:29 AM
zturner accepted this revision.Jan 25 2018, 9:37 AM
zturner added a subscriber: zturner.

lgtm

This revision is now accepted and ready to land.Jan 25 2018, 9:37 AM
This revision was automatically updated to reflect the committed changes.