This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][compiler-rt] Add CFI directives to save-restore implementation
AcceptedPublic

Authored by edward-jones on Jan 17 2022, 5:50 AM.

Details

Reviewers
luismarques
asb
Summary

This adds CFI directives to compiler-rt's version of the -msave-restore runtime functions. This means it is possible to debug other frames even when execution is stopped in these functions.

Diff Detail

Event Timeline

edward-jones created this revision.Jan 17 2022, 5:50 AM
edward-jones requested review of this revision.Jan 17 2022, 5:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2022, 5:50 AM
Herald added subscribers: Restricted Project, alextsao1999, eopXD. · View Herald Transcript
This revision is now accepted and ready to land.Jan 19 2022, 2:54 PM