[PATCH] D71437: [PDB] Print the most redundant type record indices with /summary

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 13:27:40 PST 2019


rnk added a comment.

Do you think I could just print a note that says "run llvm-pdbutil dump -types -type-index 0xNN path/to/foo.pdb to view a type record"? I could add more functionality to textually dump the type as more than a hex number to try to get closer to something actionable for the user, but I hesitate to duplicate functionality already available in llvm-pdbutil. And I wouldn't want LLD to depend on all the llvm-pdbutil dumping code, either.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71437/new/

https://reviews.llvm.org/D71437





More information about the llvm-commits mailing list