This is an archive of the discontinued LLVM Phabricator instance.

[Symbolize] Fix overflow warning on 32-bit hosts.
ClosedPublic

Authored by mysterymath on Mar 15 2022, 4:20 PM.

Details

Summary

The inserted cast is a no-op.

Diff Detail

Event Timeline

mysterymath created this revision.Mar 15 2022, 4:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2022, 4:20 PM
mysterymath requested review of this revision.Mar 15 2022, 4:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2022, 4:20 PM

Update tag.

mysterymath retitled this revision from [Debuginfod] Fix overflow warning on 32-bit hosts. to [Symbolize] Fix overflow warning on 32-bit hosts..Mar 15 2022, 4:21 PM
MaskRay accepted this revision.Mar 15 2022, 7:39 PM

LGTM.

This revision is now accepted and ready to land.Mar 15 2022, 7:39 PM
This revision was landed with ongoing or failed builds.Mar 16 2022, 9:44 AM
This revision was automatically updated to reflect the committed changes.