This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Change Classes definition to uptr.
ClosedPublic

Authored by cferris on Aug 15 2023, 8:40 PM.

Details

Summary

All of the places that use the Classes array, use it as a uptr.
So change the array to be uptr instead of u32.

Diff Detail

Event Timeline

cferris created this revision.Aug 15 2023, 8:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 8:40 PM
Herald added subscribers: yaneury, Enna1. · View Herald Transcript
cferris requested review of this revision.Aug 15 2023, 8:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 8:40 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
Chia-hungDuan accepted this revision.Aug 15 2023, 8:44 PM
This revision is now accepted and ready to land.Aug 15 2023, 8:44 PM
This revision was automatically updated to reflect the committed changes.