This is an archive of the discontinued LLVM Phabricator instance.

[LoongArch] Support when the depth of __builtin_frame_address is greater than zero
ClosedPublic

Authored by gonglingqin on Nov 15 2022, 6:41 PM.

Details

Summary

As discussed in D137541, it supports processing when the depth of
__builtin_frame_address is greater than 0 instead of reporting an error.
Unsafe calls rely on the '-Wframe-address' option for diagnosis.

Diff Detail

Event Timeline

gonglingqin created this revision.Nov 15 2022, 6:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 15 2022, 6:41 PM
gonglingqin requested review of this revision.Nov 15 2022, 6:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 15 2022, 6:41 PM
SixWeining accepted this revision.Nov 20 2022, 8:40 PM

LGTM and let's wait for others.

This revision is now accepted and ready to land.Nov 20 2022, 8:40 PM
This revision was landed with ongoing or failed builds.Nov 21 2022, 11:51 PM
This revision was automatically updated to reflect the committed changes.