[ThinLTO] Dump YAML for module summaries
Adds YAML traits for module summaries so dumps can include summary information for functions, global values, and aliases.
Differential D34063
[ThinLTO] YAML traits for module summaries ncharlie on Jun 9 2017, 12:56 PM. Authored by
Details
[ThinLTO] Dump YAML for module summaries Adds YAML traits for module summaries so dumps can include summary information for functions, global values, and aliases.
Diff Detail Event TimelineComment Actions Can you split this into two patches (both with their own tests), one which adds the subcommand and the other which adds the new YAML output?
Comment Actions Sorry - the bit you commented on wasn't supposed to be there - that was old code I forgot to remove. Do you want the new YAML code and llvm-lto2 subcommand to be in separate patches?
Comment Actions Can you add some test cases?
Comment Actions With the llvm-lto2 support you are adding in D34080 - it's already approved so can go in.
Comment Actions Looks really close, just a few minor suggestions/nits left.
Comment Actions Can you commit D34080 and update the patch so it only shows the differences relative to that? |
Never seen "Oid" used here before.
Also s/dissassembly/disassembly and s/stringified//