This is an archive of the discontinued LLVM Phabricator instance.

[AsmPrinter] Use EntryValue object info to emit Dwarf
ClosedPublic

Authored by fdeazeve on May 4 2023, 11:34 AM.

Details

Summary

This patch consumes the EntryValueObjects in a MachineFunction's table, using
them to emit the appropriate debug information for these variables.

Depends on D149880

Diff Detail

Event Timeline

fdeazeve created this revision.May 4 2023, 11:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 11:34 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
fdeazeve requested review of this revision.May 4 2023, 11:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 11:34 AM
aprantl accepted this revision.May 4 2023, 12:44 PM
This revision is now accepted and ready to land.May 4 2023, 12:44 PM
This revision was automatically updated to reflect the committed changes.