This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][RISCV] Add riscv register enums
ClosedPublic

Authored by Emmmer on Aug 1 2022, 6:36 AM.

Diff Detail

Event Timeline

Emmmer created this revision.Aug 1 2022, 6:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2022, 6:36 AM
Emmmer edited the summary of this revision. (Show Details)Aug 1 2022, 6:42 AM
Emmmer added reviewers: DavidSpickett, labath, jingham.
Emmmer added a project: Restricted Project.
Emmmer published this revision for review.Aug 1 2022, 6:42 AM
DavidSpickett accepted this revision.Aug 1 2022, 6:53 AM

As I understand it, these registers are the same across riscv32 and riscv64. So LGTM.

This revision is now accepted and ready to land.Aug 1 2022, 6:53 AM
This revision was automatically updated to reflect the committed changes.