[PATCH] D59620: [llvm-pdbutil] Add -type-ref-stats to help find unused type info
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 20 16:27:16 PDT 2019
zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.
If we ever wanted more aggressive pruning of dead type information, it probably makes sense to do that as a post-processing step where we re-write the PDB, something like an `llvm-pdbutil gc` subcommand.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59620/new/
https://reviews.llvm.org/D59620
More information about the llvm-commits
mailing list