This is an archive of the discontinued LLVM Phabricator instance.

[scudo][standalone] Define hasHardwareCRC32 for other archs
ClosedPublic

Authored by cryptoad on Dec 9 2019, 1:07 PM.

Details

Summary

The function was only defined for x86 and arm families, which ends
up being an issue for PPC in g3.

Define the function, simply returning false for "other"
architectures.

Diff Detail

Event Timeline

cryptoad created this revision.Dec 9 2019, 1:07 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 9 2019, 1:07 PM
Herald added subscribers: Restricted Project, kristof.beyls. · View Herald Transcript
hctim accepted this revision.Dec 10 2019, 7:38 AM
This revision is now accepted and ready to land.Dec 10 2019, 7:38 AM
This revision was automatically updated to reflect the committed changes.