This is an archive of the discontinued LLVM Phabricator instance.

[symbolizer] Factor out conversion DILineInfo->JSON. NFC
ClosedPublic

Authored by sepavloff on Mar 28 2023, 10:28 PM.

Details

Summary

Move the conversion of DILineInfo to JSON into a separate function, so
it can be used in other places too.

This is a prerequisite patch for implementation of symbol+offset lookup.

Diff Detail

Event Timeline

sepavloff created this revision.Mar 28 2023, 10:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2023, 10:28 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
sepavloff requested review of this revision.Mar 28 2023, 10:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2023, 10:28 PM
This revision is now accepted and ready to land.Mar 29 2023, 12:18 AM
This revision was landed with ongoing or failed builds.Mar 29 2023, 8:29 AM
This revision was automatically updated to reflect the committed changes.