This is an archive of the discontinued LLVM Phabricator instance.

builtins: fix a -Wshorten-64-to-32 in gcc_personality_v0
ClosedPublic

Authored by jroelofs on May 16 2023, 1:44 PM.

Diff Detail

Event Timeline

jroelofs created this revision.May 16 2023, 1:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2023, 1:44 PM
Herald added a subscriber: Enna1. · View Herald Transcript
jroelofs requested review of this revision.May 16 2023, 1:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2023, 1:44 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
phosek accepted this revision.May 17 2023, 10:49 AM

LGTM

This revision is now accepted and ready to land.May 17 2023, 10:49 AM
jrtc27 accepted this revision.May 17 2023, 10:52 AM

Been that way since the initial import in fd089990f76ec6392dbd0138ab874d90c632d2a4

MaskRay accepted this revision.May 17 2023, 10:57 AM
This revision was automatically updated to reflect the committed changes.

This warning is under -Wnon-gcc > -Wconversion > -Wshorten-64-to-32, not enabled by llvm/cmake/modules/HandleLLVMOptions.cmake, so nobody noticed :)