[PATCH] D59620: [llvm-pdbutil] Add -type-ref-stats to help find unused type info
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 11:03:57 PDT 2019
rnk added a comment.
In D59620#1437718 <https://reviews.llvm.org/D59620#1437718>, @aganea wrote:
> @rnk At a later stage, would it be possible to add an option to only print the referenced/unreferenced types? ie. `llvm-pdbutil dump -types=[all(default),ref,unref]`
(forgot to answer this) Definitely, we already have a `-dependents -type-index=0x1005,0x1009` flag combo that lets users selectively dump some types, so adding another mode should be simple.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59620/new/
https://reviews.llvm.org/D59620
More information about the llvm-commits
mailing list