This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] Avoid a warning in 32 bit builds. NFC.
ClosedPublic

Authored by mstorsjo on Feb 9 2022, 9:38 AM.

Details

Reviewers
MaskRay
phosek
Group Reviewers
Restricted Project
Commits
rGdfa5ab7b2b51: [libunwind] Avoid a warning in 32 bit builds. NFC.
Summary

The warning was introduced with the recently merged SPARCv9
support. The cast matches the existing surrounding cases.

Diff Detail

Event Timeline

mstorsjo created this revision.Feb 9 2022, 9:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 9 2022, 9:38 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
mstorsjo requested review of this revision.Feb 9 2022, 9:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 9 2022, 9:38 AM
phosek accepted this revision.Feb 9 2022, 9:53 AM
phosek added a subscriber: phosek.

LGTM

This revision is now accepted and ready to land.Feb 9 2022, 9:53 AM
This revision was landed with ongoing or failed builds.Feb 9 2022, 1:01 PM
This revision was automatically updated to reflect the committed changes.

Thanks! cherry picked into release/14.x