This is an archive of the discontinued LLVM Phabricator instance.

Add a json dumper for call graph reconstructor
Needs ReviewPublic

Authored by persona0220 on Dec 13 2022, 1:27 PM.

Details

Reviewers
jj10306
wallace
Summary

This diff is created on top of D137614.

Added a json dumper for call graph reconstructor. "-j" option prints the call graph in json format without indent while "-J" pretty prints it with indent.

Diff Detail

Event Timeline

persona0220 created this revision.Dec 13 2022, 1:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2022, 1:27 PM
persona0220 requested review of this revision.Dec 13 2022, 1:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2022, 1:27 PM
persona0220 edited the summary of this revision. (Show Details)Dec 13 2022, 1:28 PM

I'll take a look at this later tonight or tomorrow