This is an archive of the discontinued LLVM Phabricator instance.

Use llvm for dumping DWARF expressions
ClosedPublic

Authored by labath on Sep 24 2019, 7:30 AM.

Details

Summary

It uses the new ability of ABI plugins to vend llvm::MCRegisterInfo
structs (which is what is needed to turn dwarf register numbers into
strings).

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.Sep 24 2019, 7:30 AM
JDevlieghere accepted this revision.Sep 24 2019, 9:12 AM

This is great!

This revision is now accepted and ready to land.Sep 24 2019, 9:12 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2019, 6:44 AM